summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: mcp23s08: fix up compilation errorLinus Walleij2014-12-121-2/+3
* gpio: pl061: hook request if gpio-ranges avaiableYunlei He2014-12-031-6/+14
* gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein2014-12-031-7/+23
* gpio: fix deferred probe detection for legacy APIAlexandre Courbot2014-12-022-2/+14
* serial: mctrl_gpio: use gpiod_set_array functionRojhalat Ibrahim2014-12-021-3/+9
* mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array functionRojhalat Ibrahim2014-11-281-24/+13
* gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-282-6/+4
* gpio: remove gpio_descs global arrayAlexandre Courbot2014-11-281-16/+31
* gpio: mxs: implement get_direction callbackJanusz Uzycki2014-11-281-0/+13
* gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven2014-11-281-6/+1
* gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven2014-11-271-2/+2
* gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein2014-11-271-0/+5
* gpio: mcp23s08: request a shared interruptAlexander Stein2014-11-271-1/+2
* gpio: mcp23s08: Do not free unrequested interruptAlexander Stein2014-11-271-2/+0
* gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura2014-11-271-9/+18
* gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim2014-11-271-0/+27
* gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-271-0/+168
* gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-031-0/+99
* gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram2014-10-311-5/+0
* gpio: msm-v1: Fix typo in function argumentDaniel Thompson2014-10-301-1/+1
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-2813-33/+33
* gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+1
* gpio: gpio-stp-xway: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+2
* gpio: grgpio: remove irq_domain resources on failurePramod Gurav2014-10-281-0/+1
* gpio: dwapb: fix compile errorsLinus Walleij2014-10-271-0/+2
* gpio: amd8111: unmap ioport on failure casePramod Gurav2014-10-271-0/+1
* gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner2014-10-243-0/+303
* gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav2014-10-211-8/+3
* GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan2014-10-213-0/+185
* Merge tag 'ntb-3.18' of git://github.com/jonmason/ntbLinus Torvalds2014-10-193-123/+501
|\
| * ntb: Adding split BAR support for Haswell platformsDave Jiang2014-10-173-60/+210
| * ntb: use errata flag set via DID to implement workaroundDave Jiang2014-10-172-9/+42
| * ntb: conslidate reading of PPD to move platform detection earlierDave Jiang2014-10-171-28/+98
| * ntb: move platform detection to separate functionDave Jiang2014-10-171-27/+47
| * NTB: debugfs device entryJon Mason2014-10-173-2/+107
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-1913-48/+1326
|\ \
| * | i2c: i801: Add Device IDs for Intel Sunrise Point PCHjames.d.ralston@intel.com2014-10-162-0/+4
| * | i2c: hix5hd2: add i2c controller driverWei Yan2014-10-163-0/+568
| * | i2c-imx: Disable the clock on probe failureFabio Estevam2014-10-061-2/+6
| * | i2c: designware: Add support for AMD I2C controllerCarl Peng2014-10-062-0/+28
| * | i2c: designware: Rework probe() to get clock a bit laterMika Westerberg2014-10-061-20/+18
| * | i2c: designware: Default to fast mode in case of ACPIMika Westerberg2014-10-061-4/+2
| * | i2c: axxia: Add I2C driver for AXM55xxAnders Berg2014-10-033-0/+571
| * | i2c: exynos: add support for HSI2C module on Exynos7Naveen Krishna Ch2014-10-032-7/+66
| * | i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki2014-10-031-0/+3
| * | i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-301-2/+4
| * | i2c: cros-ec-tunnel: Add of match tableSjoerd Simons2014-09-291-0/+9
| * | i2c: rcar: remove sign-compare flawWolfram Sang2014-09-291-1/+1
| * | i2c: ismt: Use minimum descriptor sizeFan Du2014-09-291-1/+1
| * | i2c: imx: Add arbitration lost checkHaibo Chen2014-09-291-0/+8