aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-21net: Move CONFIG_E1000 options to KconfigSimon Glass290-36/+508
2015-08-21Tidy up some defconfig filesSimon Glass62-192/+165
2015-08-21net: e1000: Add Kconfig optionsSimon Glass3-10/+32
2015-08-21net: e1000: Convert to driver modelSimon Glass2-0/+142
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass2-200/+245
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass3-1/+2
2015-08-21net: Return -EINTR when ctrl+c is pressedMichal Simek1-0/+1
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu1-4/+4
2015-08-21tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek1-5/+5
2015-08-20ARM: davinci: remove support for cam_enc_4xxMasahiro Yamada11-1761/+1
2015-08-19Merge git://git.denx.de/u-boot-usbTom Rini9-61/+223
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut1-1/+1
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut1-0/+1
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I1-0/+1
2015-08-19usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I1-0/+1
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I1-0/+4
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov1-5/+14
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese3-3/+41
2015-08-19imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso1-4/+33
2015-08-19imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso2-19/+82
2015-08-19imx: usb: ehci-mx6: document board specific functionsAdrian Alonso1-0/+31
2015-08-19imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso1-33/+18
2015-08-19zynqmp: enable CONFIG_NET_RANDOM_ETHADDRMichal Simek1-0/+1
2015-08-19ARM: dts: Rename memory@0 to memoryMichal Simek4-4/+4
2015-08-19zynq: enable CONFIG_NET_RANDOM_ETHADDRMasahiro Yamada11-0/+11
2015-08-19zynq: Make CONFIG_OF_EMBED default caseMichal Simek12-1/+12
2015-08-19zynqmp: usb: Add usb dwc3 driver support for zynqmpSiva Durga Prasad Paladugu5-2/+75
2015-08-19ARM: zynq: drop "optional" from board select in favor of ZC702Masahiro Yamada2-2/+1
2015-08-19board: Xilinx: zynqmp: Define checkboard() functionSiva Durga Prasad Paladugu1-0/+6
2015-08-19configs: zynqmp: Enable networking by default for EP108Michal Simek1-4/+6
2015-08-19ARM: zynqmp_ep: Enable ethernet for EPMichal Simek1-0/+3
2015-08-19ARM: zynqmp: Add platform specific arch_get_page_tableMichal Simek1-0/+5
2015-08-19zynqmp: Enable U-Boot run in EL3Michal Simek2-0/+8
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada55-99/+74
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada23-32/+17
2015-08-18fdtdec: fix OF_CONTROL switchMasahiro Yamada1-1/+1
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada7-16/+13
2015-08-18led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entriesMasahiro Yamada1-2/+1
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada2-2/+2
2015-08-18ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entriesMasahiro Yamada1-2/+1
2015-08-18ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada2-2/+2
2015-08-18clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entriesMasahiro Yamada1-2/+1
2015-08-18clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLKMasahiro Yamada2-2/+2
2015-08-18dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entriesMasahiro Yamada1-2/+2
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada3-31/+39
2015-08-18linux/kconfig.h: add CPP macros useful for per-image config optionsMasahiro Yamada2-0/+74
2015-08-18kbuild: add a makefile macro useful with per-image config optionsMasahiro Yamada1-0/+6
2015-08-18kbuild: fixdep: optimize code slightlyMasahiro Yamada1-3/+4
2015-08-18fs-test.sh: minor fixesStephen Warren1-3/+3
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11