summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-27/+91
2010-11-12Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+18
2010-11-12Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+3
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-90/+179
2010-11-12Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+11
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds16-452/+283
2010-11-12Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds40-270/+499
2010-11-12backlight: MacBookAir3,1(3,2) mbp-nvidia-bl supportEdgar (gimli) Hucek1-0/+18
2010-11-12drivers/video/backlight/adp8860_bl.c: check strict_strtoul() return valueMichael Hennerich1-1/+3
2010-11-12drivers/video/backlight/adp8860_bl.c: fix ambient light zone overwrite handlingMichael Hennerich1-2/+2
2010-11-12backlight: add low threshold to pwm backlightArun Murthy1-1/+6
2010-11-12drivers/video/backlight/s6e63m0.c: fix section mismatchAxel Lin1-1/+1
2010-11-12drivers/video/backlight/s6e63m0.c: unregister backlight device and remove sys...Axel Lin1-0/+3
2010-11-12backlight: fix blanking for L4F00242T03 LCDMarek Vasut1-1/+1
2010-11-12backlight: fix blanking for LMS283GF05 LCDMarek Vasut1-1/+1
2010-11-12drivers/video/backlight/s6e63m0.c: set permissions on gamma_table file to 0444Axel Lin1-1/+1
2010-11-12drivers/leds/leds-gpio.c: properly initialize return valueDavidlohr Bueso1-1/+1
2010-11-12leds: update LP552x support Kconfig and MakefileSamu Onkalo2-0/+20
2010-11-12leds: driver for National Semiconductors LP5523 chipSamu Onkalo1-0/+1065
2010-11-12leds: driver for National Semiconductor LP5521 chipSamu Onkalo1-0/+821
2010-11-12led-class: always implement blinkingJohannes Berg5-120/+116
2010-11-12drivers/misc/bh1770glc.c: error handling in bh1770_power_state_store()Dan Carpenter1-2/+6
2010-11-12drivers/misc/apds9802als.c: fix signedness bugVasiliy Kulikov1-1/+1
2010-11-12misc/isl29020: signedness bug in als_sensing_range_store()Dan Carpenter1-1/+3
2010-11-12rapidio: use resource_size()Dan Carpenter1-2/+2
2010-11-12drivers/macintosh/adb-iop.c: flags should be unsigned longGeert Uytterhoeven1-2/+2
2010-11-11n_gsm: Fix length handlingKen Mills1-2/+2
2010-11-11n_gsm: Copy n2 over when configuring via ioctl interfaceKen Mills1-0/+1
2010-11-11serial: bfin_5xx: grab port lock before making port termios changesSonic Zhang1-2/+2
2010-11-11serial: bfin_5xx: disable CON_PRINTBUFFER for consolesSonic Zhang1-0/+8
2010-11-11serial: bfin_5xx: remove redundant SSYNC to improve TX speedSonic Zhang1-1/+0
2010-11-11serial: bfin_5xx: always include DMA headersSonic Zhang1-3/+9
2010-11-11vcs: make proper usage of the poll flagsNicolas Pitre1-3/+3
2010-11-11amiserial: Remove unused variable icountGeert Uytterhoeven1-1/+0
2010-11-118250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hangLawrence Rust1-1/+4
2010-11-11hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin1-4/+4
2010-11-11hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin1-2/+4
2010-11-11hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin1-1/+3
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov1-11/+26
2010-11-11Input: pcf8574_keypad - fix error handling in pcf8574_kp_probeDan Carpenter1-13/+10
2010-11-10Input: acecad - fix a memory leak in usb_acecad_probe error pathAxel Lin1-1/+2
2010-11-10xen: events: do not unmask event channels on resumeIan Campbell1-7/+18
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig5-28/+6
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe10-412/+264
2010-11-10block: read i_size with i_size_read()Mike Snitzer2-11/+11
2010-11-10cciss: fix proc warning on attempt to remove non-existant directoryJens Axboe1-1/+2
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom1-0/+4
2010-11-10drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once.Michel Dänzer1-2/+2
2010-11-09tty_ldisc: Fix BUG() on hangupPhilippe Rétornaz1-7/+13
2010-11-09TTY: restore tty_ldisc_wait_idleJiri Slaby1-0/+29