1. 12 8月, 2009 1 次提交
  2. 05 8月, 2009 3 次提交
  3. 28 7月, 2009 1 次提交
  4. 27 7月, 2009 4 次提交
  5. 21 7月, 2009 2 次提交
  6. 13 7月, 2009 2 次提交
  7. 08 7月, 2009 2 次提交
  8. 16 6月, 2009 1 次提交
    • G
      input: remove driver_data direct access of struct device · 017596b6
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: linux-input@vger.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      017596b6
  9. 11 6月, 2009 2 次提交
  10. 27 5月, 2009 1 次提交
  11. 20 5月, 2009 3 次提交
  12. 16 5月, 2009 1 次提交
  13. 12 5月, 2009 1 次提交
  14. 01 5月, 2009 1 次提交
  15. 19 4月, 2009 1 次提交
  16. 18 4月, 2009 2 次提交
  17. 16 4月, 2009 2 次提交
  18. 15 4月, 2009 3 次提交
  19. 12 4月, 2009 2 次提交
  20. 02 4月, 2009 1 次提交
  21. 30 3月, 2009 1 次提交
  22. 10 3月, 2009 2 次提交
  23. 09 3月, 2009 1 次提交
    • E
      [ARM] pxa: separate definitions from pxa-regs.h and remove it finally · 5bf3df3f
      Eric Miao 提交于
      The remaining registers are separated into:
      
         - <mach/regs-ost.h>
         - <mach/regs-rtc.h>
         - <mach/regs-intc.h>
      
      and then we can remove pxa-regs.h completely. Instead of #include this
      file, let's:
      
      1. include the specific <mach/regs-*.h> with care (if that's absolutely
         necessary)
      
      2. define the registers in the driver, make cleanly defined API to expose
         the register access to external with sufficient reason
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      5bf3df3f