summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | bcm2835_pinctrl: Probe pre-relocAlexander Graf2018-01-281-1/+2
* | bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf2018-01-285-9/+100
* | bcm2835_mu_serial: Convert to KconfigAlexander Graf2018-01-281-0/+7
* | pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* | pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* | pl010: Convert CONFIG_PL010_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* | pl01x: Convert to dev_readAlexander Graf2018-01-281-5/+3
* | serial_bcm283x_mu: Fail loading if not muxedAlexander Graf2018-01-281-0/+28
* | serial_bcm283x_mu: Always skip initAlexander Graf2018-01-281-1/+6
* | serial_bcm283x_mu: Convert to dev_readAlexander Graf2018-01-281-7/+3
* | serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf2018-01-281-17/+1
* | serial: Use next serial device if probing failsAlexander Graf2018-01-281-6/+19
* | mmc: Add bcm2835 sdhost controllerAlexander Graf2018-01-283-0/+994
* | bcm283x: Add pinctrl driverAlexander Graf2018-01-286-19/+178
* | clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider valuePatrice Chotard2018-01-281-1/+1
* | clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()Patrice Chotard2018-01-281-6/+6
* | clk: clk_stm32f: Remove STMMAC clock setupPatrice Chotard2018-01-281-6/+0
* | clk: stm32: retrieve external oscillator frequency from DTPatrice Chotard2018-01-281-21/+57
* | serial: ns16550: Fix style violationMario Six2018-01-281-2/+2
* | gpio: mpc8xxx: Make live-tree compatibleMario Six2018-01-281-10/+7
* | gpio: mpc8xxx: Make compatible with more SoCsMario Six2018-01-281-2/+21
* | gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six2018-01-283-64/+63
* | gpio: mpc85xx: Rename driver file to mpc8xxxMario Six2018-01-282-1/+1
* | gpio: mpc85xx_gpio: Fix style violationsMario Six2018-01-281-20/+22
* | gpio: pca953x_gpio: Make live-tree compatibleMario Six2018-01-281-3/+1
* | gpio: pca953x_gpio: Fix style violationsMario Six2018-01-281-10/+9
* | usb: host: Drop unused hcd_name from r8a66597-hcd.cTom Rini2018-01-281-1/+0
* | usb: Remove isp116x-hcd supportTom Rini2018-01-283-1800/+0
|/
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2018-01-2733-1212/+24176
|\
| * net: sh_eth: Add DM and DT supportMarek Vasut2018-01-271-0/+268
| * net: sh_eth: Clump legacy functions togetherMarek Vasut2018-01-271-51/+51
| * net: sh_eth: Split sh_eth_initMarek Vasut2018-01-271-37/+59
| * net: sh_eth: Separate out MAC address programmingMarek Vasut2018-01-271-6/+13
| * net: sh_eth: Split sh_eth_recvMarek Vasut2018-01-271-27/+46
| * net: sh_eth: Pass sh_eth_dev aroundMarek Vasut2018-01-271-5/+17
| * net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut2018-01-272-9/+4
| * net: ravb: staticize ravb_startMarek Vasut2018-01-271-1/+1
| * pci: rmobile: Add RCar Gen2 PCIe controller driverMarek Vasut2018-01-273-0/+274
| * gpio: rmobile: Add RCar Gen2 compatible stringMarek Vasut2018-01-271-0/+1
| * pinctrl: rmobile: Import R8A7794 E2 PFC tablesMarek Vasut2018-01-245-0/+5164
| * pinctrl: rmobile: Import R8A7792 V2H PFC tablesMarek Vasut2018-01-245-0/+2819
| * pinctrl: rmobile: Import R8A7791/R8A7793 M2 PFC tablesMarek Vasut2018-01-245-0/+6653
| * pinctrl: rmobile: Import R8A7790 H2 PFC tablesMarek Vasut2018-01-245-1/+5745
| * clk: renesas: Import R8A7794 E2 clock tablesMarek Vasut2018-01-243-0/+284
| * clk: renesas: Import R8A7792 V2H clock tablesMarek Vasut2018-01-243-0/+257
| * clk: renesas: Import R8A7791/R8A7793 M2 clock tablesMarek Vasut2018-01-243-0/+308
| * clk: renesas: Import R8A7790 H2 clock tablesMarek Vasut2018-01-243-0/+303
| * clk: renesas: Add Gen2 clock coreMarek Vasut2018-01-245-0/+339
| * clk: renesas: Add DIV6P1 clock typeMarek Vasut2018-01-241-0/+6
| * clk: renesas: Split out code shared between Gen2 and Gen3Marek Vasut2018-01-244-167/+203