1. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  2. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  3. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  4. 88b0357 Merge remote-tracking branch 'spi/fix/grant' into spi-linus by Mark Brown · 11 years ago
  5. 61f3d0a Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  6. 8ec5d84 spi: Return error from of_spi_register_master on bad "cs-gpios" property by Andreas Larsson · 12 years ago
  7. 446411e spi: Initialize cs_gpio and cs_gpios with -ENOENT by Andreas Larsson · 12 years ago
  8. e0a77f2 Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  9. 2989617 ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices() by Rafael J. Wysocki · 12 years ago
  10. e47ef0f Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  11. b0b36b8 spi: Unlock a spinlock before calling into the controller driver. by Bryan Freed · 12 years ago
  12. 543bb25 spi: add ability to validate xfer->bits_per_word in SPI core by Stephen Warren · 12 years ago
  13. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  14. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  15. 3aad3f03 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  16. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  17. 0da83bb spi/of: Fix initialization of cs_gpios array by Andreas Larsson · 12 years ago
  18. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  19. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  20. 2cd94c8 spi: Ensure memory used for spi_write_then_read() is DMA safe by Mark Brown · 12 years ago
  21. 059b8ff spi: make sure all transfer has proper speed set by Laxman Dewangan · 12 years ago
  22. bb29785 spi/of: Use DT aliases for assigning bus number by Grant Likely · 12 years ago
  23. cb71941 of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes. by David Daney · 12 years ago
  24. d3b43e1 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  25. bad73c5 Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  26. 7cb9436 spi/sparc: Allow of_register_spi_devices for sparc by Andreas Larsson · 12 years ago
  27. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  28. c20151d spi: Add support for specifying 3-wire mode via device tree by Lars-Peter Clausen · 12 years ago
  29. 5323f49 spi: Fix comparison of different integer types by Grant Likely · 12 years ago
  30. b3a223e spi: Remove SPI_BUFSIZ restriction on spi_write_then_read() by Mark Brown · 12 years ago
  31. a34fc82 Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
  32. 64bee4d spi / ACPI: add ACPI enumeration support by Mika Westerberg · 12 years ago
  33. f3b6159 of/spi: Honour "status=disabled" property of device by Alexander Sverdlin · 12 years ago
  34. 7431798 of_spi: add generic binding support to specify cs gpio by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  35. 19f15f0 Merge branches 'spi-core' and 'spi-tegra' into spi-next by Mark Brown · 12 years ago
  36. caae070 spi: Dont call master->setup if not populated by Laxman Dewangan · 12 years ago
  37. e6811d1 spi: make sure all transfer has bits_per_word set by Laxman Dewangan · 12 years ago
  38. d8e328b spi: Add "spi:" prefix to modalias attribute of spi devices by Grant Likely · 12 years ago
  39. 1e8a52e spi: By default setup spi_masters with 1 chipselect and dynamics bus number by Grant Likely · 12 years ago
  40. 7dfd2bd spi: Dont call prepare/unprepare transfer if not populated by Shubhrajyoti D · 12 years ago
  41. d57a428 spi/devicetree: Move devicetree support code into spi directory by Grant Likely · 13 years ago
  42. a66590d spi: remove redundant variable assignment by Guennadi Liakhovetski · 13 years ago
  43. 9af4acc spi: release lock on error path in spi_pump_messages() by Dan Carpenter · 13 years ago
  44. 690fb11 spi: Mark spi_register_board_info() __devinit by Mark Brown · 13 years ago
  45. eb4af0f spi/doc: spi_master_put must be followed up by kfree by Uwe Kleine-König · 13 years ago
  46. ffbbdd21 spi: create a message queueing infrastructure by Linus Walleij · 13 years ago
  47. 178db7d spi: Fix device unregistration when unregistering the bus master by Laurent Pinchart · 13 years ago
  48. 025ed13 spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c by Paul Gortmaker · 13 years ago
  49. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago
  50. 0c4a159 spi: Use void pointers for data in simple SPI I/O operations by Mark Brown · 13 years ago
  51. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  52. 3ae22e8 spi / PM: Support dev_pm_ops by Mark Brown · 14 years ago
  53. 97dbf37 drivers/spi/spi.c: don't release the spi device twice by Sebastian Andrzej Siewior · 14 years ago
  54. eb288a1 spi: fixed odd static string conventions in core code by Linus Walleij · 14 years ago
  55. 2b9603a spi: enable spi_board_info to be registered after spi_master by Feng Tang · 14 years ago
  56. 2b7a32f of/spi: Fix OF-style driver binding of spi devices by Sinan Akman · 14 years ago
  57. 3486008 spi: free children in spi_unregister_master, not siblings by David Lamparter · 14 years ago
  58. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  59. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  60. cf32b71 spi/mmc_spi: SPI bus locking API, using mutex by Ernst Schwab · 14 years ago
  61. 07a389f spi: spi_device memory should be released instead of device. by Roman Tereshonkov · 15 years ago
  62. 8ec130a spi: release device claimed by bus_find_device_by_name by Roman Tereshonkov · 15 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  64. 568d069 spi: handle TX-only/RX-only by David Brownell · 15 years ago
  65. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  66. 75368bf spi: add support for device table matching by Anton Vorontsov · 15 years ago
  67. 2757049 spi: fix spi_write_then_read() comment by Jiri Pirko · 15 years ago
  68. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  69. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  70. bdff549 spi: spi_write_then_read() bugfixes by David Brownell · 16 years ago
  71. 35f74fc spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  72. 673c0c0 spi: core and gpio expanders use subsys_init by David Brownell · 16 years ago
  73. f9b90e3 spi: simplify spi_write_then_read() by Vernon Sauder · 16 years ago
  74. e48880e spi: bugfix spi_add_device() with duplicate chipselects by David Brownell · 16 years ago
  75. dc87c98 spi: split up spi_new_device() to allow two stage registration. by Grant Likely · 16 years ago
  76. 102eb97 spi: make spi_board_info.modalias a char array by Grant Likely · 16 years ago
  77. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  78. 3c72426 spi core: stop updating dev->power.power_state by David Brownell · 17 years ago
  79. 911f215 Remove inclusions of <linux/autoconf.h> by Ralf Baechle · 17 years ago
  80. 5ed2c83 spi: use class iteration api by Dave Young · 17 years ago
  81. 9b938b7 spi: simplify spi_sync() calling convention by Marc Pignat · 17 years ago
  82. 068f407 SPI: use mutex not semaphore by David Brownell · 17 years ago
  83. 350d007 spi: fix double-free on spi_unregister_master by Atsushi Nemoto · 17 years ago
  84. 49dce68 spi doesn't need class_device by Tony Jones · 17 years ago
  85. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  86. 082c8cb spi device setup gets better error checking by David Brownell · 17 years ago
  87. 149a650 spi.c:scan_boardinfo() mustn't be __init_or_module by Adrian Bunk · 17 years ago
  88. 9404082 use mutex instead of semaphore in SPI core/init code by Matthias Kaehlcke · 17 years ago
  89. e44a45a SPI dynamic busid generation bugfix by David Brownell · 17 years ago
  90. 33e34dc SPI kerneldoc by David Brownell · 17 years ago
  91. e9d5a46 [PATCH] drivers/spi/: fix section mismatches by Adrian Bunk · 18 years ago
  92. 0ffa028 [PATCH] SPI cleanup() method param becomes non-const by Hans-Peter Nilsson · 18 years ago
  93. 07b2463 Revert "Driver core: convert SPI code to use struct device" by Greg Kroah-Hartman · 18 years ago
  94. 2943ecf Driver core: convert SPI code to use struct device by Greg Kroah-Hartman · 18 years ago
  95. 1e9a51d [PATCH] SPI: alternative fix for spi_busnum_to_master by Atsushi Nemoto · 18 years ago
  96. 3bd0f69 [PATCH] spi: set kset of master class dev explicitly by Hans-Christian Egtvedt · 18 years ago
  97. 4740d38 [PATCH] spi: correct bus_num and buffer bug in spi core by Hans-Christian Egtvedt · 18 years ago
  98. 89fc9a1 [PATCH] SPI: improve sysfs compiler complaint handling by Jeff Garzik · 18 years ago
  99. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  100. d3e5a93 [PATCH] spi section fix by Andrew Morton · 18 years ago