summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Move GPIO CONFIGs to KconfigSimon Glass2015-04-183-2/+22
* Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2015-04-189-63/+120
* dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3Simon Glass2015-04-181-0/+1
* dm: sunxi: Support driver model for EthernetSimon Glass2015-04-181-3/+7
* dm: net: Adjust designware driver to support driver modelSimon Glass2015-04-182-17/+153
* dm: net: Tidy up designware driver ready for driver modelSimon Glass2015-04-181-34/+53
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-184-1/+47
* Avoid calling print_eths() with driver modelSimon Glass2015-04-181-1/+1
* dm: net: Use existing Ethernet init for driver modelSimon Glass2015-04-181-37/+42
* dts: sunxi: Bring in Ethernet device tree bindingsSimon Glass2015-04-185-0/+161
* Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass2015-04-1868-17/+166
* sunxi: Replace the pcDuino3 config with FDT versionSimon Glass2015-04-182-15/+7
* sandbox: Enable more network features for sandboxJoe Hershberger2015-04-181-0/+9
* net: Fix compile errors when SNTP enabled and not DATEJoe Hershberger2015-04-181-1/+5
* net: Convert protocol structures to use explicit sizesSergey Temerkhanov2015-04-182-63/+63
* net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2015-04-183-24/+23
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-1821-184/+181
* net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Fix checkpatch.pl failures in eth.cJoe Hershberger2015-04-181-10/+16
* net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger2015-04-181-19/+17
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-183-33/+32
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-183-17/+19
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-185-35/+32
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-185-49/+46
* net: cosmetic: Clean up ping variables and functionsJoe Hershberger2015-04-181-6/+7
* net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger2015-04-183-16/+13
* net: cosmetic: Clean up RARP variables and functionsJoe Hershberger2015-04-183-17/+16
* net: cosmetic: Clean up NFS variables and functionsJoe Hershberger2015-04-183-100/+79
* net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger2015-04-183-72/+69
* net: cosmetic: Clean up ARP variables and functionsJoe Hershberger2015-04-184-55/+54
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-184-254/+259
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-1872-209/+225
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-1813-80/+82
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-1865-173/+171
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-184-39/+36
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-1810-62/+70
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-1822-337/+363
* powerpc: ids8313: use "select" instead of default value in defconfigMasahiro Yamada2015-04-182-1/+1
* ARM: cm_fx6: use "select" instead of default value in defconfigMasahiro Yamada2015-04-182-3/+3
* ARM: stv0991: use "select" instead of default value in defconfigMasahiro Yamada2015-04-182-2/+2
* ARM: bav335x: use "select" instead of default value in defconfigMasahiro Yamada2015-04-183-6/+2
* ARM: socfpga: use "select" instead of default value in defconfigMasahiro Yamada2015-04-184-9/+6
* ARM: mx6: use "select" instead of default value in defconfigMasahiro Yamada2015-04-188-14/+6
* ARM: snapper9260: use "select" instead of default value in defconfigMasahiro Yamada2015-04-183-6/+3
* ARM: rmobile: use "select" instead of default value in defconfigMasahiro Yamada2015-04-187-12/+12
* ARM: zynq: use "select" instead of default value in defconfigMasahiro Yamada2015-04-188-7/+1
* ARM: UniPhier: use "select" instead of default value in defconfigMasahiro Yamada2015-04-184-9/+3
* dm: select CONFIG_DM* optionsMasahiro Yamada2015-04-1843-230/+64
* dm: spi_flash: fix wrong dependencyMasahiro Yamada2015-04-181-1/+1
* dm: usb: Add a README for driver modelSimon Glass2015-04-181-0/+415
OpenPOWER on IntegriCloud