summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart1-5/+4
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart1-2/+2
2013-08-23gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy1-2/+1
2013-08-16gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael1-15/+9
2013-08-16gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder1-1/+1
2013-08-16drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2-12/+2
2013-08-16drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall1-1/+1
2013-08-16gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman1-0/+1
2013-08-16gpio: Fix platform driver name in Kontron PLD GPIO driverMichael Brunner1-1/+1
2013-08-16gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel1-5/+1
2013-08-16gpio: msm: Staticize local variable 'msm_gpio'Jingoo Han1-1/+1
2013-08-16gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann1-1/+2
2013-08-16gpio: use dev_get_platdata()Jingoo Han31-42/+45
2013-08-16gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König1-0/+4
2013-08-16gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks1-5/+4
2013-08-16gpio: palmas: Fix misreported GPIO out valueAndrew Chew1-2/+15
2013-07-29gpio: palmas: add dt supportLaxman Dewangan1-1/+11
2013-07-23gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam1-0/+1
2013-07-21gpio: pxa: remove dead codeDaniel Mack1-10/+3
2013-07-21gpio: em: Add pinctrl supportMagnus Damm1-0/+25
2013-07-21gpio: Kontron PLD gpio driverGuenter Roeck3-0/+238
2013-07-21gpiolib: replace strict_strtol() with kstrtol()Jingoo Han1-4/+4
2013-07-20GPIO: gpio-twl6040: Remove support for legacy (pdata) modePeter Ujfalusi1-5/+1
2013-07-20gpio: gpio-mxc: Use devm functionsFabio Estevam1-28/+8
2013-07-20gpio-tz1090: convert to use generic irqchipJames Hogan2-75/+49
2013-07-20gpio-tz1090-pdc: add TZ1090 PDC gpio driverJames Hogan3-0/+251
2013-07-20gpio-tz1090: add TZ1090 gpio driverJames Hogan3-0/+641
2013-07-14Linux 3.11-rc1v3.11-rc1Linus Torvalds1-1601/+880
2013-07-13Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds12-40/+441
2013-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-56/+162
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-56/+393
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds46-529/+828
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+124
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+491
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-54/+86
2013-07-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-726/+592
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds69-786/+15734
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds316-8955/+10285
2013-07-12Merge branch 'next' into for-linusDmitry Torokhov3-24/+118
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley6-47/+66
2013-07-12via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-07-12atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-12usb/net/r815x: fix cast to restricted __le32hayeswang1-9/+12
2013-07-12usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2-1/+3
2013-07-12Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner4-0/+491
2013-07-11drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-11drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang1-11/+0
2013-07-11drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-11net/usb: add relative mii functions for r815xhayeswang3-3/+239