Age | Commit message (Expand) | Author |
2015-04-18 | net: cosmetic: Clean up DNS variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up CDP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up ping variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up SNTP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up RARP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up NFS variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up DHCP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up ARP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Clean up TFTP variables and functions | Joe Hershberger |
2015-04-18 | net: cosmetic: Fix var naming net <-> eth drivers | Joe Hershberger |
2015-04-18 | net: cosmetic: Cleanup internal packet buffer names | Joe Hershberger |
2015-04-18 | net: cosmetic: Name ethaddr variables consistently | Joe Hershberger |
2015-04-18 | net: cosmetic: Fixup var names for DHCP strings | Joe Hershberger |
2015-04-18 | net: cosmetic: Fixup var names related to boot file | Joe Hershberger |
2015-04-18 | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger |
2015-04-18 | powerpc: ids8313: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: cm_fx6: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: stv0991: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: bav335x: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: socfpga: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: mx6: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: snapper9260: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: rmobile: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: zynq: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | ARM: UniPhier: use "select" instead of default value in defconfig | Masahiro Yamada |
2015-04-18 | dm: select CONFIG_DM* options | Masahiro Yamada |
2015-04-18 | dm: spi_flash: fix wrong dependency | Masahiro Yamada |
2015-04-18 | dm: usb: Add a README for driver model | Simon Glass |
2015-04-18 | dm: usb: Add tests for the USB uclass | Simon Glass |
2015-04-18 | dm: test: Allow 'dm test' to select a particular test to run | Simon Glass |
2015-04-18 | dm: test: Correct printf() output nit in 'dm uclass' | Simon Glass |
2015-04-18 | dm: usb: sandbox: Enable USB | Simon Glass |
2015-04-18 | dm: usb: Tidy up pipe value decoding | Simon Glass |
2015-04-18 | dm: usb: Add a generic descriptor struct | Simon Glass |
2015-04-18 | dm: usb: exynos: Enable both EHCI and XHCI on snow | Simon Glass |
2015-04-18 | dm: usb: exynos: Enable both USB ports on snow | Simon Glass |
2015-04-18 | dm: usb: exynos: Use driver model for USB | Simon Glass |
2015-04-18 | dm: usb: exynos: Adjust XHCI driver to support driver model | Simon Glass |
2015-04-18 | dm: usb: Rename the XHCI HCD to U-Boot | Simon Glass |
2015-04-18 | dm: usb: Support driver model in XHCI | Simon Glass |
2015-04-18 | dm: usb: xhci: Factor out common init/uninit | Simon Glass |
2015-04-18 | dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() | Simon Glass |
2015-04-18 | dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() | Simon Glass |
2015-04-18 | dm: usb: xhci: Use a function to get xhci_ctrl | Simon Glass |
2015-04-18 | dm: usb: tegra: Add driver model support to tegra EHCI | Simon Glass |
2015-04-18 | dm: usb: tegra: Move most of init/uninit into a function | Simon Glass |
2015-04-18 | dm: usb: tegra: Tidy up error handling and a static function | Simon Glass |
2015-04-18 | dm: usb: tegra: Remove the port_addr_clear_csc variable | Simon Glass |
2015-04-18 | dm: usb: exynos: Add driver model support to exynos EHCI | Simon Glass |
2015-04-18 | dm: usb: Add support for USB ethernet devices with driver model | Simon Glass |