aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-13net: Make core net code depend on NET instead of CMD_NETJoe Hershberger
2018-04-13net: Make the BOOTP options defaultJoe Hershberger
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger
2018-04-13net: Move net command options to the cmd menuJoe Hershberger
2018-04-13net: Fix distro default dependenciesJoe Hershberger
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut
2018-04-13net: zynq_gem: Use max-speed property from dtSiva Durga Prasad Paladugu
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan
2018-04-13net: fec_mxc: Fix DM driver issue in recvYe Li
2018-04-13net: mvneta: support setting hardware addressMatt Pelland
2018-04-13Merge git://git.denx.de/u-boot-shTom Rini
2018-04-13Merge git://git.denx.de/u-boot-usbTom Rini
2018-04-11ARM: rmobile: Set maximum kernel size to 64 MiB on Gen3Marek Vasut
2018-04-11ARM: rmobile: Fix the memory map on Gen3Marek Vasut
2018-04-11spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut
2018-04-11spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut
2018-04-11spi: sh_qspi: Drop SPBDCR waitMarek Vasut
2018-04-11spi: sh_qspi: Replace data types with short onesMarek Vasut
2018-04-11mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut
2018-04-11mtd: rpc: Add Renesas RPC Hyperflash driverMarek Vasut
2018-04-11mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut
2018-04-11mmc: matsushita-common: Add missing elseMarek Vasut
2018-04-11mmc: matsushita-common: Wait for command completionMarek Vasut
2018-04-11mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut
2018-04-11mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut
2018-04-11ARM: rmobile: Enable HS200 mode on RCar Gen3Marek Vasut
2018-04-11mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut
2018-04-11mmc: matsushita-common: Export register access functionsMarek Vasut
2018-04-11mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut
2018-04-11mmc: matsushita-common: Always check controller versionMarek Vasut
2018-04-11mmc: matsushita-common: Handle bus width 0Marek Vasut
2018-04-11mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut
2018-04-11mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut
2018-04-11mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut
2018-04-11mmc: matsushita-common: Use mmc_of_parse()Marek Vasut
2018-04-11mmc: renesas-sdhi: Handle 16bit IPMarek Vasut
2018-04-11mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut
2018-04-11mmc: uniphier: Add support for 16bit variantMarek Vasut
2018-04-11mmc: uniphier: Drop useless checkMarek Vasut
2018-04-11mmc: uniphier: Factor out FIFO accessorsMarek Vasut
2018-04-11ARM: rmobile: Switch to CONFIG_RENESAS_SDHIMarek Vasut