1. 12 4月, 2013 2 次提交
    • A
      tty: serial/samsung: make register definitions global · 9ee51f01
      Arnd Bergmann 提交于
      The registers for the Samsung S3C serial port are currently defined in
      the platform specific arch/arm/plat-samsung/include/plat/regs-serial.h
      file, which is not visible to multiplatform capable drivers.
      
      Unfortunately, it is not possible to move the file into a more local
      place as we should normally try to, because the same registers
      may be used in one of four places:
      
      * In the driver itself
      * In platform-independent ARM code for early debug output
      * In platform_data definitions
      * In the Samsung platform power management code
      
      I have also found no way to logically split out a platform_data
      file, other than possibly move everything into
      include/linux/platform_data, which also felt wrong. The only
      part of this file that makes sense to keep specific to the s3c24xx
      platform are the virtual and physical addresses defined here,
      which are needed in no other location.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9ee51f01
    • A
      tty: serial/samsung: prepare for common clock API · 17efd2b7
      Arnd Bergmann 提交于
      With the common clock interface, there is no way to provide the
      "clock_source" sysfs attribute for the samsung serial ports. Given that
      this file was purely informational and had fixed contents, we have reason
      to believe that no user space programs were relying on it.
      
      The sysfs file is not documented in the ABI docs.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      17efd2b7
  2. 29 3月, 2013 3 次提交
  3. 16 1月, 2013 4 次提交
  4. 27 11月, 2012 2 次提交
  5. 22 11月, 2012 3 次提交
  6. 25 10月, 2012 1 次提交
  7. 27 9月, 2012 1 次提交
  8. 17 9月, 2012 1 次提交
  9. 06 9月, 2012 2 次提交
  10. 27 7月, 2012 1 次提交
  11. 17 7月, 2012 1 次提交
  12. 13 6月, 2012 3 次提交
  13. 10 4月, 2012 1 次提交
  14. 25 2月, 2012 1 次提交
  15. 03 2月, 2012 2 次提交
  16. 23 12月, 2011 7 次提交
  17. 24 8月, 2011 1 次提交
  18. 09 8月, 2011 1 次提交
  19. 20 7月, 2011 1 次提交
  20. 07 7月, 2011 1 次提交
  21. 02 7月, 2011 1 次提交