summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/stm32'Sascha Hauer2020-05-144-22/+44
|\
| * regulator: stpmic1: move to coredevice levelLucas Stach2020-05-121-1/+1
| * mfd: stpmic1: move to coredevice levelLucas Stach2020-05-121-1/+1
| * mci: stm32_sdmmc2: move command timeout errors to debug levelLucas Stach2020-05-121-1/+1
| * mci: stm32_sdmmc2: don't retry commandsLucas Stach2020-05-121-14/+2
| * nvmem: bsec: remove wrongly named bsec_field typeAhmad Fatoum2020-05-081-1/+1
| * nvmem: bsec: allow reads at unaligned offsetsAhmad Fatoum2020-05-081-4/+38
* | Merge branch 'for-next/powerpc'Sascha Hauer2020-05-147-0/+653
|\ \
| * \ Merge branch 'for-next/mxs' into nextSascha Hauer2020-04-303-25/+31
| |\ \
| | * | clk: mxs: Use device tree provided clock lookupsSascha Hauer2020-04-281-19/+26
| | * | clk: mxs: Do not enable enet_out clockSascha Hauer2020-04-281-1/+0
| | * | net: fec_imx: Return with an error when mandatory clock is missingSascha Hauer2020-04-281-1/+1
| | * | net: fec_imx: Make ptp clock optionalSascha Hauer2020-04-282-3/+3
| | |/
| * | Merge branch 'for-next/misc' into nextSascha Hauer2020-04-302-1/+9
| |\ \
| * \ \ Merge branch 'for-next/kconfig' into nextSascha Hauer2020-04-308-32/+6
| |\ \ \
| * \ \ \ Merge branch 'for-next/sdhci' into nextSascha Hauer2020-04-287-0/+653
| |\ \ \ \
| | * | | | mci: sdhci: add Atmel SDHCI (sama5d2, sam9x60) supportAhmad Fatoum2020-04-276-0/+627
| | * | | | mci: sdhci: implement sdhci_reset()Ahmad Fatoum2020-04-272-0/+14
| | * | | | mci: sdhci: provide sdhci_readx_poll_timeout helpersAhmad Fatoum2020-04-271-0/+12
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/misc' into nextSascha Hauer2020-04-2875-213/+0
| |\ \ \ \
* | \ \ \ \ Merge branch 'for-next/mxs'Sascha Hauer2020-05-1410-45/+119
|\ \ \ \ \ \
| * | | | | | mmc: mxs: implement detect callbackSascha Hauer2020-05-071-0/+9
| * | | | | | serial: mxs auart: Set Linux console nameSascha Hauer2020-05-071-0/+1
| * | | | | | usb: i.MX: Add i.MX28 supportSascha Hauer2020-05-073-18/+53
| * | | | | | usb: imx-usb-phy: Add delaySascha Hauer2020-05-061-0/+1
| * | | | | | watchdog: i.MX28: Add device tree supportSascha Hauer2020-05-061-0/+9
| * | | | | | clk: mxs: Use device tree provided clock lookupsSascha Hauer2020-05-061-19/+26
| * | | | | | clk imx28: Add USB clocksSascha Hauer2020-05-061-0/+13
| * | | | | | clk: mxs: Fix clock numberingSascha Hauer2020-05-061-2/+2
| * | | | | | clk: mxs: Do not enable enet_out clockSascha Hauer2020-05-061-1/+0
| * | | | | | net: fec_imx: Return with an error when mandatory clock is missingSascha Hauer2020-05-061-1/+1
| * | | | | | net: fec_imx: Make ptp clock optionalSascha Hauer2020-05-062-3/+3
* | | | | | | Merge branch 'for-next/misc'Sascha Hauer2020-05-1479-221/+16
|\ \ \ \ \ \ \
| * | | | | | | net: designware: eqos: attach PHY earlierLucas Stach2020-05-121-5/+5
| * | | | | | | video: backlight-pwm: set backlight dev.parent to hardware devAhmad Fatoum2020-05-121-0/+1
| * | | | | | | video: backlight-pwm: remove unused struct memberAhmad Fatoum2020-05-121-1/+0
| * | | | | | | mtd: mtdraw: Fix cdev size calculation for large NANDsStefan Riedmueller2020-05-051-1/+1
| * | | | | | | spi: Kconfig: drop unneeded dependencyAntony Pavlov2020-05-041-1/+0
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | ubi: Refuse to attach partitioned mtd devicesSascha Hauer2020-04-301-0/+8
| * | | | | | ddr: fsl: fix null pointer dereference handling DDR4 memoriesAhmad Fatoum2020-04-291-1/+1
| | |_|/ / / | |/| | | |
| * | | | | treewide: remove references to CREDITSUwe Kleine-König2020-04-2775-213/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-next/kconfig'Sascha Hauer2020-05-147-30/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | net: enc28j60: fix typo in referenced Kconfig optionAhmad Fatoum2020-04-291-4/+4
| * | | | net: remove unused Kconfig optionsAhmad Fatoum2020-04-292-7/+0
| * | | | treewide: Kconfig: remove some unused symbolsAhmad Fatoum2020-04-292-17/+0
| * | | | reset: fix typo in Kconfig defaultAhmad Fatoum2020-04-291-1/+1
| * | | | phy: freescale: fix typo in Kconfig defaultAhmad Fatoum2020-04-291-1/+1
| * | | | crypto: drop select on non-existing Kconfig optionsAhmad Fatoum2020-04-291-2/+0
| |/ / /
* | | | Merge branch 'for-next/kbuild'Sascha Hauer2020-05-141-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | kbuild: support ccflags-y, asflags-y, cppflags-y, and ldflags-yMasahiro Yamada2020-04-271-2/+0
| |/ /