summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bitKishon Vijay Abraham I2018-01-191-3/+4
* mmc: omap_hsmmc: Enable Auto command (CMD12) enableKishon Vijay Abraham I2018-01-191-1/+5
* mmc: omap_hsmmc: Add support for DMA (ADMA2)Kishon Vijay Abraham I2018-01-191-3/+202
* Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"Jean-Jacques Hiblot2018-01-181-31/+4
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-171-11/+7
|\
| * serial: lpuart: Proper device identificationSriram Dash2018-01-151-11/+7
* | i2c: mxc_i2c: Use or operationPeng Fan2018-01-161-3/+3
* | i2c: lpi2c: do not add 4 for bus seqPeng Fan2018-01-161-4/+4
* | Merge git://git.denx.de/u-boot-netTom Rini2018-01-1517-146/+1083
|\ \
| * | phy: atheros: set auto-negotiation for AR8021Zhao Qiang2018-01-151-0/+1
| * | net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu2018-01-151-0/+6
| * | net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu2018-01-151-2/+3
| * | net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu2018-01-152-57/+75
| * | net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu2018-01-151-2/+2
| * | net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu2018-01-151-12/+19
| * | net: phy: b53: Add b53_reg read/write commandsFlorian Fainelli2018-01-151-0/+139
| * | net: designware: Pad small packetsFlorian Fainelli2018-01-151-0/+5
| * | net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli2018-01-154-0/+650
| * | net: designware: add clock supportPatrice Chotard2018-01-152-0/+47
| * | dm: core: add missing dev_count_phandle_with_args()Patrice Chotard2018-01-151-0/+7
| * | net: mvneta - Fixed recv() when multiple packets have arrived.Jason Brown2018-01-151-1/+5
| * | net: miiphybb: fix casting errorChris Brandt2018-01-151-1/+1
| * | net: sh-eth: remove sh_eth_offset_rz tableChris Brandt2018-01-151-58/+1
| * | net: sh-eth: fix inl and outl definitionsChris Brandt2018-01-151-1/+3
| * | net: phy: marvell: Add functions to read PHY's extended registersLukasz Majewski2018-01-151-0/+29
| * | net: Fix buffer overrun error in netconsoleJoe Hershberger2018-01-151-2/+5
| * | net: macb: Add support for Xilinx Zynq SoCWilson Lee2018-01-153-12/+87
| |/
* | Merge git://git.denx.de/u-boot-imxTom Rini2018-01-153-2/+48
|\ \
| * | drivers: pci: imx: fix enumeration logic errorKoen Vandeputte2018-01-121-0/+11
| * | spi: fsl_qspi: support i.MX6UL/6ULLL/7DPeng Fan2018-01-121-2/+16
| * | pci: imx: request gpio before usePeng Fan2018-01-121-0/+4
| * | misc: mxc_ocotp: check fuse word before programming on i.MX7ULPPeng Fan2018-01-121-0/+17
* | | db410c: replace reset driver with psciJorge Ramirez-Ortiz2018-01-152-42/+0
* | | db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz2018-01-151-2/+5
* | | dm: core: parse chosen nodeRob Clark2018-01-151-0/+11
* | | spmi: msm: display the PMIC Arb version (debug)Jorge Ramirez-Ortiz2018-01-151-0/+12
| |/ |/|
* | Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-1413-446/+1486
|\ \ | |/ |/|
| * mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan2018-01-131-4/+5
| * power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini2018-01-131-32/+29
| * mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-2/+14
| * mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2018-01-121-11/+14
| * mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-124-6/+11
| * mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot2018-01-121-25/+17
| * mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot2018-01-121-1/+11
| * mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot2018-01-121-22/+20
| * dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot2018-01-121-1/+4
| * mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-122-0/+9
| * mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-123-1/+112