1. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  2. 8cd6819 backlight: add MODULE_ALIAS() to pwm_backlight driver by Ben Dooks · 16 years ago
  3. 14563a4 backlight: add more information output to pwm_backlight by Ben Dooks · 16 years ago
  4. 00e9028 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  5. 126ed36 backlight: ensure platform_lcd on by default by Ben Dooks · 16 years ago
  6. e958d3a backlight: give platform_lcd the same name as the platform device. by Ben Dooks · 16 years ago
  7. 193f3c2 video: Fix up hp6xx driver build regressions. by Paul Mundt · 16 years ago
  8. ac9f80a Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 16 years ago
  9. 3e07405 fbdev: LCD backlight driver using Atmel PWM driver by Hans-Christian Egtvedt · 16 years ago
  10. c25826a lcd: add platform_lcd driver by Ben Dooks · 16 years ago
  11. 0c53136 lcd: add lcd_device to check_fb() entry in lcd_ops by Ben Dooks · 16 years ago
  12. cccb6d3 fb: add support for the ILI9320 video display controller by Ben Dooks · 16 years ago
  13. f6ec2d9 backlight: Fix missing kernel doc entry by Sebastian Siewior · 16 years ago
  14. 7be35c7 backlight: Add Nvidia-based Apple Macbook Pro backlight driver by Matthew Garrett · 16 years ago
  15. 43bda1a [ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL. by Ben Dooks · 16 years ago
  16. 3b73125 [ARM] 5044/1: pwm_bl: add init/notify/exit callbacks by Philipp Zabel · 16 years ago
  17. 42796d3 [ARM] pxa: add generic PWM backlight driver by eric miao · 16 years ago
  18. ec072b0 backlight: Add OMAP1 PWL backlight driver by Andrzej Zaborowski · 17 years ago
  19. 5155245 backlight: Avoid unecessary driver callbacks by Helge Deller · 17 years ago
  20. a9a84c3 atmel_lcdfb: backlight control by David Brownell · 17 years ago
  21. 84902b7 fbdev: change asm/uaccess.h to linux/uaccess.h by Krzysztof Helt · 17 years ago
  22. dcf397f Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  23. c3f8f65 backlight: Convert corgi backlight driver into a more generic driver by Richard Purdie · 17 years ago
  24. 18f65c7 backlight: Add Samsung LTV350QV LCD driver by Haavard Skinnemoen · 17 years ago
  25. 0b75f2d backlight: Fix cr_bllcd allocations and error paths by Jesper Juhl · 17 years ago
  26. 0ad90ef backlight/leds: Make two structs static by Adrian Bunk · 17 years ago
  27. eb650d6 backlight: Fix up hp680_bl build. by Kristoffer Ericson · 17 years ago
  28. 2fe83b3 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 17 years ago
  29. ce8c47cf8 leds: cr_bllcd.c: build fix by Andrew Morton · 17 years ago
  30. e3bbb3f cr_backlight_probe() allocates too little storage for struct cr_panel by Jesper Juhl · 17 years ago
  31. 655bfd7 backlight: Convert from struct class_device to struct device by Richard Purdie · 17 years ago
  32. fa9133c backlight: Fix order of Kconfig entries by David Brownell · 17 years ago
  33. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  34. dbe7e42 vmlfb: framebuffer driver for Intel Vermilion Range by Alan Hourihane · 17 years ago
  35. 89952d1 [PATCH] misc NULL noise by Al Viro · 18 years ago
  36. 2a391a1 [ARM] 4250/1: Fix locomo backlight conversion error/compile failure by Richard Purdie · 18 years ago
  37. 40f5a0c backlight: simplify corgi_bl locking by Richard Purdie · 18 years ago
  38. 599a52d backlight: Separate backlight properties from backlight ops pointers by Richard Purdie · 18 years ago
  39. 321709c backlight: Clean up pmac_backlight handling by Richard Purdie · 18 years ago
  40. 994efac backlight/fbcon: Add FB_EVENT_CONBLANK by Richard Purdie · 18 years ago
  41. 34f18a7 backlight: Fix Kconfig entries by Richard Purdie · 18 years ago
  42. 249040d backlight: Convert semaphore -> mutex by Richard Purdie · 18 years ago
  43. 28ee086 backlight: Fix external uses of backlight internal semaphore by Richard Purdie · 18 years ago
  44. a8db3c1 backlight: Minor code cleanups for hp680_bl.c by Richard Purdie · 18 years ago
  45. da7a747 backlight: Minor code cleanups for corgi_bl.c by Richard Purdie · 18 years ago
  46. 90968e8 backlight: Remove excessive (un)likelys by Dmitry Torokhov · 18 years ago
  47. dfcba20 backlight: Remove unneeded owner field by Richard Purdie · 18 years ago
  48. 2fd5a15 backlight: Fix error handling by Dmitry Torokhov · 18 years ago
  49. 7a20846 backlight: Add Frontpath ProGear HX1050+ driver by Marcin Juszkiewicz · 18 years ago
  50. 27c5d74 backlight: fix backlight_device_register compile failures by Richard Purdie · 18 years ago
  51. 40b20c2 Pull platform-drivers into test branch by Len Brown · 18 years ago
  52. 519ab5f ACPI: video: Add dev argument for backlight_device_register by Yu Luming · 18 years ago
  53. 4437cd1 [PATCH] backlight: do not power off backlight when unregistering by Henrique de Moraes Holschuh · 18 years ago
  54. 3d5eead [PATCH] backlight: lcd: Remove dependenct from the framebuffer layer by James Simmons · 18 years ago
  55. d95159c [PATCH] various fbdev files: mark structs and array read-only by Helge Deller · 18 years ago
  56. 1aea7e0 video: Fix include in hp680_bl. by Kristoffer Ericson · 18 years ago
  57. 62c877b [ARM] 3898/1: corgi_bl fix module loading by Anton Vorontsov · 18 years ago
  58. f586fbd [ARM] 3897/1: corgi_bl fix module compiling by Anton Vorontsov · 18 years ago
  59. ebdea46 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  60. 8d48427 [ARM] 3847/2: Convert LOMOMO to use struct device for GPIOs by Richard Purdie · 18 years ago
  61. 848dd26 video: Update header location in hp680_bl. by Andriy Skulysh · 18 years ago
  62. 256154f [PATCH] fbdev: statically link the framebuffer notification functions by Antonino A. Daplas · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  64. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  65. 137a889 [PATCH] backlight: Fix Kconfig dependency by Antonino A. Daplas · 18 years ago
  66. e442378 [PATCH] backlight: LOCOMO Backlight Driver updates by Richard Purdie · 18 years ago
  67. 68673af [PATCH] Backlight/LCD Class: Fix sysfs _store error handling by Richard Purdie · 18 years ago
  68. 2c0f5fb [PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardware by Richard Purdie · 19 years ago
  69. 5f27a27 [PATCH] backlight: HP Jornada 680 Backlight driver updates/fixes by Richard Purdie · 19 years ago
  70. 6ca0176 [PATCH] backlight: Backlight Class Improvements by Richard Purdie · 19 years ago
  71. 36a95bf [PATCH] fix hardcoded values in collie frontlight by Pavel Machek · 19 years ago
  72. 10ad1b7 [PATCH] Fix error handling in backlight drivers by Jean Delvare · 19 years ago
  73. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  74. 06c6f90 [PATCH] video: hp680 backlight driver by Andriy Skulysh · 19 years ago
  75. b7557de [ARM] 3228/1: SharpSL: Move PM code to arch/arm/common by Richard Purdie · 19 years ago
  76. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  77. 078abcf [ARM] 3096/1: Add SharpSL Zaurus power and battery management core driver by Richard Purdie · 19 years ago
  78. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  79. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  80. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  81. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  82. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  83. 12e8780 [PATCH] SharpSL: Add missing hunk from backlight update by Richard Purdie · 19 years ago
  84. 1351e6e [PATCH] SharpSL: Abstract model specifics from Corgi Backlight driver by Richard Purdie · 19 years ago
  85. 987132b [PATCH] Support powering sharp zaurus sl-5500 LCD up and down by Pavel Machek · 19 years ago
  86. 9bfd354 [PATCH] fix u32 vs. pm_message_t in driver/video by Pavel Machek · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago