summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| |/ /
* | | Merge branch 'for-next/cpsw'Sascha Hauer2020-05-141-24/+130
|\ \ \
| * | | net: cpsw: make cpsw_send directionalMichael Grzeschik2020-05-051-4/+10
| * | | net: cpsw: add vlan handling for dual_emac modeMichael Grzeschik2020-05-051-10/+89
| * | | net: cpsw: cpsw_process should only handle rx channels for its own portMichael Grzeschik2020-05-051-3/+15
| * | | net: cpsw: move generic setup code to probeMichael Grzeschik2020-05-051-5/+14
| * | | net: cpsw: fix cpsw_slave_regs register offsetsMichael Grzeschik2020-05-051-2/+2
| | |/ | |/|
* | | drivers: add COMPILE_TEST prompts for some off-by-default optionsAhmad Fatoum2020-05-083-16/+16
* | | drivers: add COMPILE_TEST prompts to some on-by-default driversAhmad Fatoum2020-05-083-13/+19
* | | drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-0818-51/+51
* | | drivers: explicitly select dependency STMP_DEVICE for i.MX23/28 driversAhmad Fatoum2020-05-085-1/+5
* | | ARM: at91: Move mci platform data to include/Sascha Hauer2020-05-081-1/+1
|/ /
* / video: ssd1307fb: fix null pointer dereference on errorAhmad Fatoum2020-05-041-1/+1
|/
* Merge branch 'for-next/zynq'Sascha Hauer2020-04-162-1/+2
|\
| * mmc: arasan: fix false bitMichael Graichen2020-04-141-1/+1
| * mmc: add MCI_SDHCI dependency to Arasan driverMichael Graichen2020-04-141-0/+1
* | Merge branch 'for-next/zii'Sascha Hauer2020-04-161-0/+13
|\ \
| * | i2c: Port of_find_i2c_device_by_node() from LinuxAndrey Smirnov2020-04-011-0/+13
* | | Merge branch 'for-next/usb'Sascha Hauer2020-04-1616-3335/+5192
|\ \ \