summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-2257-242/+100
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-151-13/+5
|\
| * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
* | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-1516-225/+1531
|\ \
| * | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks supportBoris BREZILLON2014-06-114-0/+411
| * | clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
| * | clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
| * | clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
| * | clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
| * | clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
| * | clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2
| * | clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
| * | Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-109-38/+874
| |\ \
| | * | CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-061-0/+21
| | * | CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ckPeter Ujfalusi2014-06-061-0/+6
| | * | CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)Peter Ujfalusi2014-05-282-1/+314
| | * | ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clockPeter Ujfalusi2014-05-281-1/+1
| | * | CLK: TI: gate: add composite interface clock to OMAP2 only buildTero Kristo2014-05-281-1/+1
| | * | ARM: OMAP2: clock: add DT boot support for cpufreq_ckTero Kristo2014-05-281-0/+2
| | * | CLK: TI: OMAP2: add clock init supportTero Kristo2014-05-282-0/+255
| | * | CLK: TI: interface: add support for omap2430 specific interface clockTero Kristo2014-05-281-0/+11
| | * | CLK: TI: APLL: add support for omap2 apllsTero Kristo2014-05-281-0/+181
| | * | CLK: TI: DPLL: add support for omap2 core dpllTero Kristo2014-05-281-11/+67
| | * | CLK: TI: DPLL: simplify autoidle register detection logicTero Kristo2014-05-281-24/+15
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-152-90/+149
|\ \ \ \
| * | | | NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran2014-06-131-7/+6
| * | | | NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox2014-06-131-3/+2
| * | | | NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-131-10/+25
| * | | | NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-031-2/+2
| * | | | NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch2014-06-031-1/+6
| * | | | NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw2014-06-031-14/+19
| * | | | NVMe: Fix nvme get/put queue semanticsKeith Busch2014-06-031-8/+21