aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan1-3/+3
2018-01-16i2c: lpi2c: do not add 4 for bus seqPeng Fan1-4/+4
2018-01-15Merge git://git.denx.de/u-boot-netTom Rini17-146/+1083
2018-01-15Merge git://git.denx.de/u-boot-imxTom Rini3-2/+48
2018-01-15db410c: replace reset driver with psciJorge Ramirez-Ortiz2-42/+0
2018-01-15db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz1-2/+5
2018-01-15phy: atheros: set auto-negotiation for AR8021Zhao Qiang1-0/+1
2018-01-15net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu1-0/+6
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu1-2/+3
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu2-57/+75
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu1-2/+2
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu1-12/+19
2018-01-15net: phy: b53: Add b53_reg read/write commandsFlorian Fainelli1-0/+139
2018-01-15net: designware: Pad small packetsFlorian Fainelli1-0/+5
2018-01-15net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli4-0/+650
2018-01-15net: designware: add clock supportPatrice Chotard2-0/+47
2018-01-15dm: core: add missing dev_count_phandle_with_args()Patrice Chotard1-0/+7
2018-01-15net: mvneta - Fixed recv() when multiple packets have arrived.Jason Brown1-1/+5
2018-01-15net: miiphybb: fix casting errorChris Brandt1-1/+1
2018-01-15net: sh-eth: remove sh_eth_offset_rz tableChris Brandt1-58/+1
2018-01-15net: sh-eth: fix inl and outl definitionsChris Brandt1-1/+3
2018-01-15net: phy: marvell: Add functions to read PHY's extended registersLukasz Majewski1-0/+29
2018-01-15net: Fix buffer overrun error in netconsoleJoe Hershberger1-2/+5
2018-01-15net: macb: Add support for Xilinx Zynq SoCWilson Lee3-12/+87
2018-01-15dm: core: parse chosen nodeRob Clark1-0/+11
2018-01-15spmi: msm: display the PMIC Arb version (debug)Jorge Ramirez-Ortiz1-0/+12
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini13-446/+1486
2018-01-13mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan1-4/+5
2018-01-13power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini1-32/+29
2018-01-12drivers: pci: imx: fix enumeration logic errorKoen Vandeputte1-0/+11
2018-01-12spi: fsl_qspi: support i.MX6UL/6ULLL/7DPeng Fan1-2/+16
2018-01-12pci: imx: request gpio before usePeng Fan1-0/+4
2018-01-12misc: mxc_ocotp: check fuse word before programming on i.MX7ULPPeng Fan1-0/+17
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot1-0/+2
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot1-0/+2
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot1-2/+14
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot1-11/+14
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot4-6/+11
2018-01-12mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot1-25/+17
2018-01-12mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot1-1/+11
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot1-22/+20
2018-01-12dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot1-1/+4
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2-0/+9
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot3-1/+112
2018-01-12mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2-29/+22
2018-01-12mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot1-9/+17
2018-01-12mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot1-0/+3
2018-01-12mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot1-5/+10
2018-01-12mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot1-2/+2
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot1-16/+20