1. 04 Aug, 2009 1 commit
  2. 03 Aug, 2009 1 commit
  3. 18 Aug, 2009 1 commit
  4. 29 Jun, 2009 1 commit
  5. 24 Aug, 2009 2 commits
  6. 05 Sep, 2009 1 commit
  7. 01 Jul, 2009 1 commit
  8. 29 Jun, 2009 2 commits
  9. 26 Jun, 2009 1 commit
  10. 24 Aug, 2009 1 commit
  11. 29 Jun, 2009 1 commit
  12. 26 Jun, 2009 1 commit
  13. 24 Aug, 2009 1 commit
  14. 14 Jul, 2009 1 commit
  15. 26 Jun, 2009 2 commits
  16. 25 Jul, 2009 1 commit
  17. 21 Jul, 2009 1 commit
  18. 02 Sep, 2009 5 commits
  19. 14 Aug, 2009 5 commits
  20. 24 Aug, 2009 2 commits
  21. 31 Jul, 2009 3 commits
  22. 08 Sep, 2009 1 commit
    • Anton Vorontsov's avatar
      Convert the m25p80 driver so that now it uses .id_table for device · 37b89bfa
      Anton Vorontsov authored
      matching, making it properly detect devices on OpenFirmware platforms
      (prior to this patch the driver misdetected non-JEDEC chips, seeing all
      chips as "m25p80").
      
      Also, now jedec_probe() only does jedec probing, nothing else.  If it is
      not able to detect a chip, NULL is returned and the driver fall backs to
      the information specified by the platform (platform_data, or exact ID).
      Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      37b89bfa
  23. 31 Jul, 2009 1 commit
    • Anton Vorontsov's avatar
      With this patch spi drivers can use standard spi_driver.id_table and · c50b748f
      Anton Vorontsov authored
      MODULE_DEVICE_TABLE() mechanisms to bind against the devices.  Just like
      we do with I2C drivers.
      
      This is useful when a single driver supports several variants of devices
      but it is not possible to detect them in run-time (like non-JEDEC chips
      probing in drivers/mtd/devices/m25p80.c), and when platform_data usage is
      overkill.
      
      This patch also makes life a lot easier on OpenFirmware platforms, since
      with OF we extensively use proper device IDs in modaliases.
      Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      c50b748f
  24. 24 Jun, 2009 1 commit
  25. 23 Jul, 2009 1 commit
  26. 18 Jul, 2009 1 commit