summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-13net: Make core net code depend on NET instead of CMD_NETJoe Hershberger1-5/+5
2018-04-13net: Make the BOOTP options defaultJoe Hershberger2-6/+6
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger1-3/+5
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger1-0/+11
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger1-5/+14
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger1-6/+6
2018-04-13net: Move net command options to the cmd menuJoe Hershberger2-57/+57
2018-04-13net: Fix distro default dependenciesJoe Hershberger1-2/+2
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger4-20/+32
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut1-0/+3
2018-04-13net: zynq_gem: Use max-speed property from dtSiva Durga Prasad Paladugu1-0/+9
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li1-2/+1
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan1-0/+3
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan3-3/+19
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan1-3/+2
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan2-17/+4
2018-04-13net: fec_mxc: Fix DM driver issue in recvYe Li1-0/+23
2018-04-13net: mvneta: support setting hardware addressMatt Pelland1-0/+10
2018-04-13Merge git://git.denx.de/u-boot-shTom Rini32-1018/+2867
2018-04-13Merge git://git.denx.de/u-boot-usbTom Rini8-47/+631
2018-04-12ARM: rmobile: Set maximum kernel size to 64 MiB on Gen3Marek Vasut1-0/+1
2018-04-12ARM: rmobile: Fix the memory map on Gen3Marek Vasut3-87/+9
2018-04-12spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut1-10/+24
2018-04-12spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut1-14/+9
2018-04-12spi: sh_qspi: Drop SPBDCR waitMarek Vasut1-8/+0
2018-04-12spi: sh_qspi: Replace data types with short onesMarek Vasut1-31/+31
2018-04-12mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut3-0/+474
2018-04-12mtd: rpc: Add Renesas RPC Hyperflash driverMarek Vasut3-0/+406
2018-04-12mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut1-0/+3
2018-04-12mmc: matsushita-common: Add missing elseMarek Vasut1-1/+1
2018-04-12mmc: matsushita-common: Wait for command completionMarek Vasut2-0/+3
2018-04-12mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut1-2/+0
2018-04-12mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut1-1/+3
2018-04-12ARM: rmobile: Enable HS200 mode on RCar Gen3Marek Vasut6-0/+24
2018-04-12mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut1-2/+290
2018-04-12mmc: matsushita-common: Export register access functionsMarek Vasut2-2/+6
2018-04-12mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut2-9/+46
2018-04-12mmc: matsushita-common: Always check controller versionMarek Vasut1-9/+8
2018-04-12mmc: matsushita-common: Handle bus width 0Marek Vasut1-0/+1
2018-04-12mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut2-3/+11
2018-04-12mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut2-1/+3
2018-04-12mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2-18/+30
2018-04-12mmc: matsushita-common: Use mmc_of_parse()Marek Vasut1-16/+7
2018-04-12mmc: renesas-sdhi: Handle 16bit IPMarek Vasut1-0/+13
2018-04-12mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut4-5/+16
2018-04-12mmc: uniphier: Add support for 16bit variantMarek Vasut2-4/+39
2018-04-12mmc: uniphier: Drop useless checkMarek Vasut1-8/+2
2018-04-12mmc: uniphier: Factor out FIFO accessorsMarek Vasut1-62/+60
2018-04-12ARM: rmobile: Switch to CONFIG_RENESAS_SDHIMarek Vasut8-8/+8
2018-04-12mmc: renesas-sdhi: Add Renesas SDHI Kconfig entryMarek Vasut2-4/+14