1. 21 11月, 2015 1 次提交
  2. 18 10月, 2015 1 次提交
  3. 05 10月, 2015 4 次提交
  4. 05 9月, 2015 1 次提交
  5. 05 8月, 2015 3 次提交
  6. 24 7月, 2015 2 次提交
  7. 23 6月, 2015 1 次提交
  8. 11 6月, 2015 1 次提交
  9. 01 6月, 2015 1 次提交
  10. 25 5月, 2015 1 次提交
    • A
      serial: samsung: only use earlycon for console · 357d5615
      Arnd Bergmann 提交于
      A configuration that enables earlycon but not the core console
      code causes a link error:
      
        drivers/built-in.o: In function `setup_earlycon':
        drivers/tty/serial/earlycon.c:70: undefined reference to `uart_parse_earlycon'
      
      That error can be triggered by the newly added samsung earlycon support,
      which is missing a 'select' statement.
      
      As suggested by Peter Hurley, solves the problem by moving the
      'select SERIAL_EARLYCON' statement to the samsung console driver
      option, as it is done by all other console drivers.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: b94ba032 ("serial: samsung: Add support for early console")
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      357d5615
  11. 11 5月, 2015 1 次提交
  12. 07 5月, 2015 1 次提交
  13. 27 3月, 2015 3 次提交
  14. 07 3月, 2015 4 次提交
  15. 07 2月, 2015 1 次提交
  16. 03 2月, 2015 3 次提交
  17. 10 1月, 2015 1 次提交
  18. 07 1月, 2015 1 次提交
  19. 21 11月, 2014 1 次提交
  20. 20 11月, 2014 1 次提交
  21. 07 11月, 2014 5 次提交
  22. 29 9月, 2014 2 次提交