summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu
2018-01-16i2c: mxc_i2c: Use or operationPeng Fan
2018-01-16i2c: lpi2c: do not add 4 for bus seqPeng Fan
2018-01-15Merge git://git.denx.de/u-boot-netTom Rini
2018-01-15Merge git://git.denx.de/u-boot-imxTom Rini
2018-01-15db410c: replace reset driver with psciJorge Ramirez-Ortiz
2018-01-15db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz
2018-01-15phy: atheros: set auto-negotiation for AR8021Zhao Qiang
2018-01-15net: sh-eth: Add to Kconfig and convertNobuhiro Iwamatsu
2018-01-15net: sh-eth: Fix misaligned cache operation warningNobuhiro Iwamatsu
2018-01-15net: sh-eth: Change read/write() param to struct sh_eth_infoNobuhiro Iwamatsu
2018-01-15net: sh-eth: Remove bd_t from sh_eth_config()Nobuhiro Iwamatsu
2018-01-15net: sh-eth: Fix coding style checked by checkpatch.plNobuhiro Iwamatsu
2018-01-15net: phy: b53: Add b53_reg read/write commandsFlorian Fainelli
2018-01-15net: designware: Pad small packetsFlorian Fainelli
2018-01-15net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli
2018-01-15net: designware: add clock supportPatrice Chotard
2018-01-15dm: core: add missing dev_count_phandle_with_args()Patrice Chotard
2018-01-15net: mvneta - Fixed recv() when multiple packets have arrived.Jason Brown
2018-01-15net: miiphybb: fix casting errorChris Brandt
2018-01-15net: sh-eth: remove sh_eth_offset_rz tableChris Brandt
2018-01-15net: sh-eth: fix inl and outl definitionsChris Brandt
2018-01-15net: phy: marvell: Add functions to read PHY's extended registersLukasz Majewski
2018-01-15net: Fix buffer overrun error in netconsoleJoe Hershberger
2018-01-15net: macb: Add support for Xilinx Zynq SoCWilson Lee
2018-01-15dm: core: parse chosen nodeRob Clark
2018-01-15spmi: msm: display the PMIC Arb version (debug)Jorge Ramirez-Ortiz
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-13mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan
2018-01-13power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini
2018-01-12drivers: pci: imx: fix enumeration logic errorKoen Vandeputte
2018-01-12spi: fsl_qspi: support i.MX6UL/6ULLL/7DPeng Fan
2018-01-12pci: imx: request gpio before usePeng Fan
2018-01-12misc: mxc_ocotp: check fuse word before programming on i.MX7ULPPeng Fan
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot
2018-01-12mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot
2018-01-12mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot
2018-01-12dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot
2018-01-12mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot
2018-01-12mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot