aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13pps: simplify conditions a bitAlexander Gordeev1-4/+2
2011-01-13pps: use BUG_ON for kernel API safety checksAlexander Gordeev1-4/+2
2011-01-13pps: make idr lock a mutex and protect idr_pre_getAlexander Gordeev1-8/+11
2011-01-13pps: move idr stuff to pps.cAlexander Gordeev2-54/+52
2011-01-13pps: convert printk/pr_* to dev_*Alexander Gordeev4-21/+26
2011-01-13pps: access pps device by direct pointerAlexander Gordeev4-144/+73
2011-01-13pps: unify timestamp gatheringAlexander Gordeev3-26/+20
2011-01-13pps: fix race in PPS_FETCH handlerAlexander Gordeev2-5/+9
2011-01-13pps: declare variables where they are used in switchAlexander Gordeev1-4/+6
2011-01-13pps: trivial fixesAlexander Gordeev1-1/+1
2011-01-13NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen5-1/+929
2011-01-13rapidio: add new idt sRIO switchesAlexandre Bounine1-0/+2
2011-01-13rapidio: use Component Tag for unified switch identificationAlexandre Bounine1-5/+5
2011-01-13rapidio: add device object linking into discoveryAlexandre Bounine1-4/+7
2011-01-13rapidio: add definitions of Component Tag fieldsAlexandre Bounine1-1/+1
2011-01-13rapidio: integrate rio_switch into rio_devAlexandre Bounine2-29/+34
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine6-200/+126
2011-01-13drivers/telephony/ixj.c: fix warningAndrew Morton1-2/+1
2011-01-13gpio/ml_ioh_gpio: ML7213 GPIO driverTomoya MORINAGA3-0/+362
2011-01-13GPIO_VX855: eliminate kconfig dependency warningRandy Dunlap1-1/+1
2011-01-13GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warningRandy Dunlap1-0/+1
2011-01-13gpio: vr41xx_giu: irq_data conversionLennert Buytenhek1-24/+24
2011-01-13gpio: timbgpio: irq_data conversionLennert Buytenhek1-15/+15
2011-01-13gpio: tc35892-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: sx150x: irq_data conversionLennert Buytenhek1-23/+23
2011-01-13gpio: stmpe-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: pl061: irq_data conversionLennert Buytenhek1-14/+14
2011-01-13gpio: pca953x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: max732x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: langwell_gpio: irq_data conversionLennert Buytenhek1-8/+8
2011-01-13gpio: adp5588-gpio: irq_data conversionLennert Buytenhek1-19/+20
2011-01-13cs5535: deprecate older cs5535_gpio driverAndres Salomon8-10/+21
2011-01-13drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon5-93/+103
2011-01-13drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionalityAndres Salomon2-1/+53
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin1-1/+2
2011-01-13rtc-cmos: fix suspend/resumePaul Fox1-7/+9
2011-01-13drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin1-2/+4
2011-01-13vgacon: check for efi machineYannick Heneault1-1/+2
2011-01-13dca: remove unneeded NULL checkDan Carpenter1-2/+0
2011-01-13kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANICSeiji Aguchi2-0/+10
2011-01-13drivers/video/backlight/l4f00242t03.c: fix reset sequenceAlberto Panizzo1-1/+2
2011-01-13drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator enable/disableAlberto Panizzo1-4/+6
2011-01-13drivers/video/backlight/l4f00242t03.c: full implement fb power states for this lcdAlberto Panizzo1-22/+75
2011-01-13drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsignedMariusz Kozlowski1-1/+1
2011-01-13leds: add output inversion option to backlight triggerJanusz Krzysztofik1-4/+57
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-1/+2
2011-01-13leds: lp5521: fix circular lockingSamu Onkalo1-44/+8
2011-01-13leds: lp5523: fix circular lockingSamu Onkalo1-40/+16
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-1/+2
2011-01-13leds: leds-pca9532 cleanupsAxel Lin1-38/+28