summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger21-184/+181
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Fix checkpatch.pl failures in eth.cJoe Hershberger1-10/+16
2015-04-18net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger1-19/+17
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger3-33/+32
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger3-17/+19
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger5-35/+32
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger5-49/+46
2015-04-18net: cosmetic: Clean up ping variables and functionsJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger3-16/+13
2015-04-18net: cosmetic: Clean up RARP variables and functionsJoe Hershberger3-17/+16
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger3-100/+79
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger3-72/+69
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger4-55/+54
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger4-254/+259
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger72-209/+225
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger13-80/+82
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger65-173/+171
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger4-39/+36
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger10-62/+70
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger22-337/+363
2015-04-18powerpc: ids8313: use "select" instead of default value in defconfigMasahiro Yamada2-1/+1
2015-04-18ARM: cm_fx6: use "select" instead of default value in defconfigMasahiro Yamada2-3/+3
2015-04-18ARM: stv0991: use "select" instead of default value in defconfigMasahiro Yamada2-2/+2
2015-04-18ARM: bav335x: use "select" instead of default value in defconfigMasahiro Yamada3-6/+2
2015-04-18ARM: socfpga: use "select" instead of default value in defconfigMasahiro Yamada4-9/+6
2015-04-18ARM: mx6: use "select" instead of default value in defconfigMasahiro Yamada8-14/+6
2015-04-18ARM: snapper9260: use "select" instead of default value in defconfigMasahiro Yamada3-6/+3
2015-04-18ARM: rmobile: use "select" instead of default value in defconfigMasahiro Yamada7-12/+12
2015-04-18ARM: zynq: use "select" instead of default value in defconfigMasahiro Yamada8-7/+1
2015-04-18ARM: UniPhier: use "select" instead of default value in defconfigMasahiro Yamada4-9/+3
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada43-230/+64
2015-04-18dm: spi_flash: fix wrong dependencyMasahiro Yamada1-1/+1
2015-04-18dm: usb: Add a README for driver modelSimon Glass1-0/+415
2015-04-18dm: usb: Add tests for the USB uclassSimon Glass4-0/+95
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass3-8/+17
2015-04-18dm: test: Correct printf() output nit in 'dm uclass'Simon Glass1-1/+1
2015-04-18dm: usb: sandbox: Enable USBSimon Glass2-0/+6
2015-04-18dm: usb: Tidy up pipe value decodingSimon Glass1-6/+17
2015-04-18dm: usb: Add a generic descriptor structSimon Glass1-0/+5
2015-04-18dm: usb: exynos: Enable both EHCI and XHCI on snowSimon Glass1-0/+1
2015-04-18dm: usb: exynos: Enable both USB ports on snowSimon Glass1-0/+2
2015-04-18dm: usb: exynos: Use driver model for USBSimon Glass1-0/+3
2015-04-18dm: usb: exynos: Adjust XHCI driver to support driver modelSimon Glass1-1/+119
2015-04-18dm: usb: Rename the XHCI HCD to U-BootSimon Glass1-1/+1
2015-04-18dm: usb: Support driver model in XHCISimon Glass3-7/+197
2015-04-18dm: usb: xhci: Factor out common init/uninitSimon Glass1-33/+52
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()Simon Glass3-20/+31
2015-04-18dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()Simon Glass3-5/+3
2015-04-18dm: usb: xhci: Use a function to get xhci_ctrlSimon Glass3-11/+18