1. 8f314cf UIO: Add a driver for Hilscher netX-based fieldbus cards by Hans J. Koch · 14 years ago
  2. 57f1e87 auxdisplay: move cfag12864bfb's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  3. ea180ca media: move omap24xxcam's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  4. a96b912 w1: move omap_hdq's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  5. 1139aea i2c: move i2c_omap's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  6. ea79632 x86: move hp-wmi's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  7. c2e1303 platform-drivers: move probe to .devinit.text in drivers/video by Uwe Kleine-König · 14 years ago
  8. 1b07193 platform-drivers: move probe to .devinit.text in drivers/scsi by Uwe Kleine-König · 14 years ago
  9. 91a99df platform-drivers: move probe to .devinit.text in arch/arm by Uwe Kleine-König · 14 years ago
  10. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 14 years ago
  11. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  12. 6c1733a sysdev: fix up the probe/release attributes by Greg Kroah-Hartman · 14 years ago
  13. c607cf0 HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm) by Stefan Richter · 15 years ago
  14. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  15. 985fc17 driver-core: firmware_class: remove base.h header inclusion by Luis R. Rodriguez · 15 years ago
  16. 1e5289c sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 by Eric W. Biederman · 15 years ago
  17. 3f5468c Driver-Core: require valid action string in uevent trigger by Kay Sievers · 15 years ago
  18. 7934779 Driver-Core: disable /sbin/hotplug by default by Kay Sievers · 15 years ago
  19. 4237e5f Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the description by Kay Sievers · 15 years ago
  20. 5e31d76 Driver-Core: devtmpfs - reset inode permissions before unlinking by Kay Sievers · 15 years ago
  21. 0933e2d driver core: Convert some drivers to CLASS_ATTR_STRING by Andi Kleen · 15 years ago
  22. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 15 years ago
  23. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  24. 5fbcae5 sysdev: fix missing s390 conversion by Heiko Carstens · 14 years ago
  25. 8564a6c sysdev: Fix type of sysdev class attribute in memory driver by Andi Kleen · 15 years ago
  26. 1e395ab sysdev: Add sysdev_create/remove_files by Andi Kleen · 15 years ago
  27. 3701cde sysdev: Use sysdev_class attribute arrays in node driver by Andi Kleen · 15 years ago
  28. e1a7e29 sysdev: Convert node driver by Andi Kleen · 15 years ago
  29. 38457ab sysfs: Add attribute array to sysdev classes by Andi Kleen · 15 years ago
  30. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  31. 265d2e2 sysdev: Convert cpu driver sysdev class attributes by Andi Kleen · 15 years ago
  32. b15f562 sysdev: Convert node driver class attributes to be data driven by Andi Kleen · 15 years ago
  33. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  34. 3d03ba4 driver core: make platform_device_id table const by Eric Miao · 15 years ago
  35. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 15 years ago
  36. 20ef9f4 kset-example: Spelling fixes. by Radu Voicilas · 15 years ago
  37. a115bc0 kobject-example: Spelling fixes. by Radu Voicilas · 15 years ago
  38. 77d3d7c driver-core: fix race condition in get_device_parent() by Tejun Heo · 14 years ago
  39. 25cf84c Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console by Linus Torvalds · 14 years ago
  40. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  41. dd04265b Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  42. 6dc3eb5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  43. 8fe900b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  44. 138860b seq_file: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  45. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  46. 2ddb3b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  47. 5980bb3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  48. 68ae6b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 14 years ago
  49. 3f4ae86 Merge branch 'next-i2c-xilinx' into next-i2c by Ben Dooks · 14 years ago
  50. 2086f84 Merge branch 'next-i2c-omap' into next-i2c by Ben Dooks · 14 years ago
  51. aaa02ab Merge branch 'next-i2c-mpc-v8' into next-i2c by Ben Dooks · 14 years ago
  52. e1d5b65 i2c: Add support for Xilinx XPS IIC Bus Interface by Richard Röjfors · 14 years ago
  53. d84d3ea i2c: omap: Add support for 16-bit registers by Cory Maccarrone · 15 years ago
  54. ad0194e i2c-pnx: fix setting start/stop condition by Luotao Fu · 14 years ago
  55. 192505b powerpc: doc/dts-bindings: update doc of FSL I2C bindings by Wolfgang Grandegger · 14 years ago
  56. f00d738 i2c-mpc: add support for the MPC512x processors from Freescale by Wolfgang Grandegger · 14 years ago
  57. a935221 i2c-mpc: rename "setclock" initialization functions to "setup" by Wolfgang Grandegger · 14 years ago
  58. 6e56dd3 i2c-mpc: use __devinit[data] for initialization functions and data by Wolfgang Grandegger · 14 years ago
  59. 96eb716 i2c/imx: don't add probe function to the driver struct by Uwe Kleine-König · 14 years ago
  60. 3f9900f i2c: Add support for Ux500/Nomadik I2C controller by srinidhi kasagar · 14 years ago
  61. 2c08583 mfd: Fix ucb1x00 build failure for collie_defconfig by Peter Huewe · 14 years ago
  62. 860fb8c mfd: Fix lpc_sch related depends/selects, fix build error by Randy Dunlap · 14 years ago
  63. 8e7aafe gpio: Fix sch_gpio warning by Samuel Ortiz · 14 years ago
  64. be9b06b gpio: add Intel SCH GPIO controller driver by Denis Turischev · 14 years ago
  65. fd46a00 i2c: convert i2c-isch to platform_device by Denis Turischev · 14 years ago
  66. 473fe73 mfd: Use completion interrupt for WM831x AUXADC by Mark Brown · 14 years ago
  67. d19663a mfd: Use completion interrupt for WM835x AUXADC by Mark Brown · 14 years ago
  68. 11a441c mfd: Introduce remove_script function for twl4030 by Mike Turquette · 14 years ago
  69. 3d8ca8c mfd/mmc: SDHI Kconfig update by Magnus Damm · 14 years ago
  70. 3c49e81 mfd: sh_mobile_sdhi MMC_CAP_MMC_HIGHSPEED support by Magnus Damm · 14 years ago
  71. 1bca748 gpiolib: Force wm831x GPIOs into GPIO mode when requested by Mark Brown · 14 years ago
  72. f92e8f8 mfd: Add WM831x revision B support by Mark Brown · 14 years ago
  73. 6b8274f gpiolib: Correct debugfs display of WM831x GPIO inversion by Mark Brown · 14 years ago
  74. 3383d23 gpiolib: Actually set output state in wm831x_gpio_direction_output() by Mark Brown · 14 years ago
  75. 7ee422d tmio_mmc: Balance cell enable()/disable() calls by Magnus Damm · 14 years ago
  76. 707f0b2 tmio_mmc: Remove const from platform data V3 by Magnus Damm · 14 years ago
  77. 6d9af5af tmio_mmc: Use 100ms mmc_detect_change() delay by Magnus Damm · 14 years ago
  78. b741d44 tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 by Yusuke Goda · 14 years ago
  79. a8c39d8 tmio_mmc: Keep card-detect interrupts enabled by Guennadi Liakhovetski · 14 years ago
  80. fa0d976 mfd: Add twl6030 base addr for ID0, ID1, ID2 by Balaji T K · 14 years ago
  81. a29aaf5 mfd: Disable TWL4030/5030 I2C1/I2C4 internal pull-ups by Moiz Sonasath · 14 years ago
  82. e82c60a mfd: Introduce lpc_sch for Intel SCH LPC bridge by Denis Turischev · 14 years ago
  83. 91feded mfd: Check for ACPI conflicts by Samuel Ortiz · 14 years ago
  84. 14e5c82 mfd: Fix twl_has_pwrbutton typo by Eduardo Valentin · 14 years ago
  85. 6985403 input: Support onkey in 88pm860x by Haojian Zhuang · 14 years ago
  86. 2afa62e mfd: Use genirq in 88pm860x by Haojian Zhuang · 14 years ago
  87. 7731074 mfd: Fix WM8994 error handling by Joonyoung Shim · 14 years ago
  88. e8343dd mfd: Use i2c_dummy in 88pm860x by Haojian Zhuang · 14 years ago
  89. 34c9120 mfd: Clean code in max8925 by Haojian Zhuang · 14 years ago
  90. 28db388 power_supply: Enable power supply of max8925 by Haojian Zhuang · 14 years ago
  91. a39069f rtc: Enable rtc in max8925 by Haojian Zhuang · 14 years ago
  92. 1f1cf8f mfd: Update irq handler in max8925 by Haojian Zhuang · 14 years ago
  93. b13c0df mfd: Update i2c driver for max8925 by Haojian Zhuang · 14 years ago
  94. 1ea933f mfd: Program twl4030 remap_sleep correctly by Mike Turquette · 14 years ago
  95. 2955c30 gpiolib: Add WM8994 GPIO support by Mark Brown · 14 years ago
  96. 9e50108 mfd: Add initial WM8994 support by Mark Brown · 14 years ago
  97. 1c4d3b70 mfd: Add WM8994 register definitions by Mark Brown · 14 years ago
  98. bef3e20 mfd: htc-i2cpld depends on GPIOLIB by Randy Dunlap · 14 years ago
  99. f7ea2dc mfd: Remove leftover from discontinued TWL4030 battery patch by Christoph Egger · 15 years ago
  100. ca229f1 mfd: Fix debugfs code in AB3100 OTP driver by Linus Walleij · 15 years ago