summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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-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
2018-01-12mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot
2018-01-12mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot
2018-01-12mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot
2018-01-12mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot
2018-01-12mmc: meson_gx_mmc: fix the complie errorJaehoon Chung
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I
2018-01-12mmc: add a library function to send tuning commandJean-Jacques Hiblot
2018-01-12mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot
2018-01-12mmc: Retry some MMC cmds on failureKishon Vijay Abraham I
2018-01-12mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot
2018-01-12mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot
2018-01-12mmc: add HS200 support in MMC coreKishon Vijay Abraham I
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I
2018-01-12mmc: disable the mmc clock during power offKishon Vijay Abraham I
2018-01-12mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I
2018-01-12mmc: add power cyle support in mmc coreKishon Vijay Abraham I
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot
2018-01-12mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I
2018-01-12mmc: make mmc_set_ios() return statusKishon Vijay Abraham I
2018-01-12mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot