1. 26 6月, 2016 2 次提交
  2. 13 5月, 2016 1 次提交
  3. 01 5月, 2016 5 次提交
  4. 08 3月, 2016 2 次提交
  5. 07 2月, 2016 3 次提交
  6. 14 12月, 2015 6 次提交
  7. 09 12月, 2015 1 次提交
  8. 21 11月, 2015 1 次提交
  9. 18 10月, 2015 1 次提交
  10. 05 10月, 2015 4 次提交
  11. 05 9月, 2015 1 次提交
  12. 05 8月, 2015 3 次提交
  13. 24 7月, 2015 2 次提交
  14. 23 6月, 2015 1 次提交
  15. 11 6月, 2015 1 次提交
  16. 01 6月, 2015 1 次提交
  17. 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
  18. 11 5月, 2015 1 次提交
  19. 07 5月, 2015 1 次提交
  20. 27 3月, 2015 2 次提交