summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: eth: altera: Resolve false errors from MSGDMA to TSEChee Nouk Phoon2015-04-251-4/+1
* ehea: Fix memory hook reference counting crashesMichael Ellerman2015-04-251-2/+4
* net/tg3: Release IRQs on permanent errorGavin Shan2015-04-251-1/+3
* net: mdio-gpio: support access that may sleepVivien Didelot2015-04-241-5/+9
* bgmac: fix requests for extra polling calls from NAPIRafał Miłecki2015-04-241-1/+1
* ethernet: myri10ge: use arch_phys_wc_add()Luis R. Rodriguez2015-04-231-29/+9
* can: CAN_GRCAN should depend on HAS_DMAGeert Uytterhoeven2015-04-231-1/+1
* ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven2015-04-231-3/+2
* ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven2015-04-231-1/+1
* ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson2015-04-231-2/+2
* vxlan: remove the unnecessary codesLi RongQing2015-04-221-5/+1
* net/macb: Factor out one-time assignment from loopBen Shelton2015-04-221-2/+2
* bnx2x: Prevent inner-reload while VFs existYuval Mintz2015-04-222-9/+51
* Merge tag 'mmc-4.1-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-04-224-37/+58
|\
| * Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-173-36/+57
| * mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc()Javier Martinez Canillas2015-04-171-1/+1
* | dmaengine: hsu: don't prompt for hsu_core partVinod Koul2015-04-221-1/+1
* | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-222-0/+144
|\ \
| * \ Merge tag 'at91-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2015-04-017-14/+292
| |\ \
| * \ \ Merge tag 'renesas-r8a7778-ccf-and-multiplatform-for-v4.1' of git://git.kerne...Arnd Bergmann2015-03-115-27/+243
| |\ \ \
| | * | | ARM: shmobile: r8a7778: common clock framework CPG driverUlrich Hecht2015-02-272-0/+144
* | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-2220-332/+2626
|\ \ \ \ \
| * \ \ \ \ Merge tag 'at91-clocksource-driver2' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2015-04-141-0/+1
| |\ \ \ \ \
| | * | | | | clocksource: atmel-st: select MFD_SYSCONAlexandre Belloni2015-04-051-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'v4.0-next-soc-fix' of https://github.com/mbgg/linux-mediatek into ...Arnd Bergmann2015-04-141-2/+0
| |\ \ \ \ \
| | * | | | | soc/mediatek: Remove unused variablesThierry Reding2015-04-131-2/+0
| * | | | | | Merge tag 'v4.0-next-soc' of https://github.com/mbgg/linux-mediatek into next...Olof Johansson2015-04-035-0/+991
| |\| | | | |
| | * | | | | soc: mediatek: Add PMIC wrapper for MT8135 and MT8173 SoCsFlora Fu2015-03-305-0/+991
| * | | | | | Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Olof Johansson2015-04-03265-2566/+3873
| |\ \ \ \ \ \
| | * | | | | | arm-cci: Fix CCI PMU event validationSuzuki K. Poulose2015-03-271-5/+7
| | * | | | | | arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose2015-03-272-8/+44
| | * | | | | | arm-cci: Get rid of secure transactions for PMU driverSuzuki K. Poulose2015-03-271-1/+16
| | * | | | | | arm-cci: Abstract the CCI400 PMU specific definitionsSuzuki K. Poulose2015-03-271-60/+81
| | * | | | | | arm-cci: Rearrange code for splitting PMU vs driver codeSuzuki K. Poulose2015-03-271-163/+163
| | * | | | | | drivers: cci: reject groups spanning multiple HW PMUsSuzuki K. Poulose2015-03-271-5/+14
| * | | | | | | Merge tag 'gpmc-omap-for-v4.1' of git://github.com/rogerq/linux into next/dri...Olof Johansson2015-04-031-69/+289
| |\ \ \ \ \ \ \
| | * | | | | | | ARM OMAP2+ GPMC: fix programming/showing reserved timing parametersRobert ABEL2015-03-061-23/+58
| | * | | | | | | ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bugRobert ABEL2015-03-061-27/+103
| | * | | | | | | ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIMERobert ABEL2015-03-061-7/+79
| | * | | | | | | ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDERRobert ABEL2015-03-061-11/+6
| | * | | | | | | ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTSRobert ABEL2015-03-061-10/+28
| | * | | | | | | ARM OMAP2+ GPMC: fix debug output alignmentRobert ABEL2015-03-061-1/+1
| | * | | | | | | ARM OMAP2+ GPMC: add bus childrenRobert ABEL2015-03-061-2/+16
| | * | | | | | | ARM OMAP2+ GPMC: don't undef DEBUGRobert ABEL2015-03-061-2/+0
| | * | | | | | | ARM: OMAP2+: gpmc: make gpmc_cs_get_name() staticSemen Protsenko2015-02-251-1/+1
| | * | | | | | | ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconfSemen Protsenko2015-02-251-4/+16
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'at91-cleanup3' of git://git.kernel.org/pub/scm/linux/kernel/git/nf...Olof Johansson2015-04-037-14/+292
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | clocksource: atmel-st: remove mach/hardware dependencyAlexandre Belloni2015-03-161-14/+9
| | * | | | | | clocksource: atmel-st: use syscon/regmapAlexandre Belloni2015-03-161-59/+35
| | * | | | | | ARM: at91: time: move the system timer driver to drivers/clocksourceAlexandre Belloni2015-03-163-0/+258