summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: update GPIO include filesAlexandre Courbot2014-08-071-1/+2
* gpio: add missing includes in machine.hAlexandre Courbot2014-08-071-0/+3
* gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-284-59/+155
* MAINTAINERS: Update Samsung pin control entrySachin Kamat2014-07-281-3/+1
* gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-283-10/+41
* gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg2014-07-282-69/+26
* gpio: split gpiod board registration into machine headerLinus Walleij2014-07-287-57/+63
* gpio: remove gpio_ensure_requested()Alexandre Courbot2014-07-242-109/+12
* gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot2014-07-241-1/+1
* gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-244-3/+26
* gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-233-137/+113
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-237-38/+25
* gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-234-5/+3
* gpio: simplify gpiochip_export()Alexandre Courbot2014-07-231-11/+9
* gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot2014-07-231-1/+0
* gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functionsGuenter Roeck2014-07-231-0/+3
* gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen2014-07-231-0/+43
* gpio: drop retval check enforcing from gpiochip_remove()Linus Walleij2014-07-231-1/+1
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-2257-242/+100
* devicetree: Add Zynq GPIO devicetree bindings documentationHarini Katakam2014-07-101-0/+26
* gpio: Add driver for Zynq GPIO controllerHarini Katakam2014-07-103-0/+657
* gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera2014-07-091-3/+4
* gpio: move integer GPIO support to its own fileAlexandre Courbot2014-07-093-105/+112
* gpio: move sysfs support to its own fileAlexandre Courbot2014-07-094-907/+925
* gpio: always compile label supportAlexandre Courbot2014-07-091-25/+2
* gpio: omap: Add an omap prefix to all functionsJavier Martinez Canillas2014-07-091-131/+137
* gpio: omap: Remove unneeded includeJavier Martinez Canillas2014-07-091-1/+0
* gpio: omap: Remove unnecessary lockdep classJavier Martinez Canillas2014-07-091-6/+0
* gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happenRickard Strandqvist2014-07-091-1/+1
* gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happenRickard Strandqvist2014-07-091-1/+1
* gpio: vr41xx: fix up errorpath on probe()Linus Walleij2014-07-091-2/+6
* gpio: rcar: clamp returned value to [0,1]Jürg Billeter2014-07-091-2/+2
* gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder2014-07-071-0/+5
* gpio: pxa: Make of_device_id array constJingoo Han2014-06-191-1/+1
* gpio: lpc32xx: Make of_device_id array constJingoo Han2014-06-191-1/+1
* gpio: intel-mid: switch to using gpiolib irqchip helpersLinus Walleij2014-06-191-61/+25
* gpio: stmpe: switch to use gpiolib irqchip helpersLinus Walleij2014-06-192-84/+28
* Linux 3.16-rc1v3.16-rc1Linus Torvalds2014-06-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1510-34/+96
|\
| * net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * Merge branch 'csum_fixes'David S. Miller2014-06-157-25/+60
| |\
| | * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| | * net: add skb_pop_rcv_encapsulationTom Herbert2014-06-151-0/+12
| | * udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-151-1/+3
| | * net: Fix save software checksum completeTom Herbert2014-06-152-10/+29
| | * net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-153-5/+14
| |/
| * udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-131-0/+4
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
| * MAINTAINERS: update cxgb4 maintainerDimitris Michailidis2014-06-131-1/+1
* | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-1530-265/+1836
|\ \
OpenPOWER on IntegriCloud