1. 16 6月, 2017 1 次提交
  2. 30 5月, 2017 1 次提交
  3. 22 5月, 2017 2 次提交
  4. 17 5月, 2017 1 次提交
  5. 30 3月, 2017 1 次提交
    • S
      ARM: davinci_all_defconfig: convert to use libata PATA · 2e5d77ef
      Sekhar Nori 提交于
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts davinci_all_defconfig to use libata PATA
      drivers.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      [b.zolnierkie: split from bigger patch + added patch description]
      Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      2e5d77ef
  6. 07 3月, 2017 1 次提交
  7. 06 3月, 2017 2 次提交
  8. 31 1月, 2017 1 次提交
  9. 20 1月, 2017 1 次提交
  10. 10 1月, 2017 2 次提交
  11. 09 1月, 2017 1 次提交
  12. 03 1月, 2017 2 次提交
  13. 01 12月, 2016 1 次提交
  14. 22 11月, 2016 1 次提交
  15. 15 11月, 2016 2 次提交
  16. 01 11月, 2016 4 次提交
  17. 23 8月, 2016 1 次提交
  18. 17 8月, 2016 1 次提交
  19. 09 8月, 2016 2 次提交
  20. 08 8月, 2016 2 次提交
  21. 25 4月, 2016 2 次提交
  22. 14 4月, 2016 1 次提交
  23. 20 12月, 2014 1 次提交
  24. 30 11月, 2014 1 次提交
  25. 28 5月, 2014 1 次提交
  26. 22 5月, 2014 1 次提交
  27. 22 3月, 2014 1 次提交
    • A
      ARM: davinci: fix Kconfig for DA850_EVM · 06f07c9e
      Arnd Bergmann 提交于
      The DAVINCI_DA850_EVM board uses an unusual method to
      enable the GPIO_PCA953X and KEYBOARD_GPIO_POLLED symbols,
      which leads to the dependencies on these symbols being
      ignored. As GPIO_PCA953X actually requires I2C, that
      can lead to build failures when I2C is disabled.
      
      This patch removes the duplicate symbol definitions
      and instead enables them from the davinci_all_defconfig
      file.
      
      A different question whether we actually want to automatically
      enable them at all or rather put them into defconfig,
      but that should be a separate patch.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NSekhar Nori <nsekhar@ti.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Cc: davinci-linux-open-source@linux.davincidsp.com
      06f07c9e
  28. 20 3月, 2014 1 次提交
  29. 06 3月, 2014 1 次提交