aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen2011-01-135-1/+929
* rapidio: add new idt sRIO switchesAlexandre Bounine2011-01-131-0/+2
* rapidio: use Component Tag for unified switch identificationAlexandre Bounine2011-01-131-5/+5
* rapidio: add device object linking into discoveryAlexandre Bounine2011-01-131-4/+7
* rapidio: add definitions of Component Tag fieldsAlexandre Bounine2011-01-131-1/+1
* rapidio: integrate rio_switch into rio_devAlexandre Bounine2011-01-132-29/+34
* rapidio: use common destid storage for endpoints and switchesAlexandre Bounine2011-01-136-200/+126
* drivers/telephony/ixj.c: fix warningAndrew Morton2011-01-131-2/+1
* gpio/ml_ioh_gpio: ML7213 GPIO driverTomoya MORINAGA2011-01-133-0/+362
* GPIO_VX855: eliminate kconfig dependency warningRandy Dunlap2011-01-131-1/+1
* GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warningRandy Dunlap2011-01-131-0/+1
* gpio: vr41xx_giu: irq_data conversionLennert Buytenhek2011-01-131-24/+24
* gpio: timbgpio: irq_data conversionLennert Buytenhek2011-01-131-15/+15
* gpio: tc35892-gpio: irq_data conversionLennert Buytenhek2011-01-131-18/+18
* gpio: sx150x: irq_data conversionLennert Buytenhek2011-01-131-23/+23
* gpio: stmpe-gpio: irq_data conversionLennert Buytenhek2011-01-131-18/+18
* gpio: pl061: irq_data conversionLennert Buytenhek2011-01-131-14/+14
* gpio: pca953x: irq_data conversionLennert Buytenhek2011-01-131-19/+19
* gpio: max732x: irq_data conversionLennert Buytenhek2011-01-131-19/+19
* gpio: langwell_gpio: irq_data conversionLennert Buytenhek2011-01-131-8/+8
* gpio: adp5588-gpio: irq_data conversionLennert Buytenhek2011-01-131-19/+20
* cs5535: deprecate older cs5535_gpio driverAndres Salomon2011-01-138-10/+21
* drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon2011-01-135-93/+103
* drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO function...Andres Salomon2011-01-132-1/+53
* rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin2011-01-131-1/+2
* rtc-cmos: fix suspend/resumePaul Fox2011-01-131-7/+9
* drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin2011-01-131-2/+4
* vgacon: check for efi machineYannick Heneault2011-01-131-1/+2
* dca: remove unneeded NULL checkDan Carpenter2011-01-131-2/+0
* kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KM...Seiji Aguchi2011-01-132-0/+10
* drivers/video/backlight/l4f00242t03.c: fix reset sequenceAlberto Panizzo2011-01-131-1/+2
* drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator ...Alberto Panizzo2011-01-131-4/+6
* drivers/video/backlight/l4f00242t03.c: full implement fb power states for thi...Alberto Panizzo2011-01-131-22/+75
* drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsignedMariusz Kozlowski2011-01-131-1/+1
* leds: add output inversion option to backlight triggerJanusz Krzysztofik2011-01-131-4/+57
* leds-lp5521: modify the way of setting led device nameArun Murthy2011-01-131-1/+2
* leds: lp5521: fix circular lockingSamu Onkalo2011-01-131-44/+8
* leds: lp5523: fix circular lockingSamu Onkalo2011-01-131-40/+16
* leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo2011-01-131-1/+2
* leds: leds-pca9532 cleanupsAxel Lin2011-01-131-38/+28
* drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov2011-01-131-0/+2
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-1223-637/+1082
|\
| * i915/gtt: fix ordering causing DMAR errors on object teardown.Dave Airlie2011-01-121-2/+2
| * i915/gtt: fix ordering issues with status setup and DMARDave Airlie2011-01-121-2/+2
| * Merge branch 'drm-intel-fixes' of ssh://master.kernel.org/pub/scm/linux/kerne...Dave Airlie2011-01-1223-633/+1078
| |\
| | * drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2011-01-112-26/+47
| | * drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
| | * drm/i915/evict: Ensure we completely cleanup on failureChris Wilson2011-01-111-1/+8
| | * drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson2011-01-111-3/+1
| | * drm/i915/debugfs: Show all objects in the gttChris Wilson2011-01-111-10/+43