]> git.karo-electronics.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-09-08 Sergey Temerkhanovnet: Convert protocol structures to use explicit sizes
2015-09-08 Sergey Temerkhanovnet: Fix incorrect DHCP/BOOTP packets on 64-bit systems
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.h
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in eth.c
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in linklocal
2015-09-08 Joe Hershbergernet: cosmetic: Clean up cmd_net variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up netconsole variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up DNS variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up CDP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up ping variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up SNTP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up RARP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up NFS variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up DHCP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up ARP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Clean up TFTP variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Fix var naming net <-> eth drivers
2015-09-08 Joe Hershbergernet: cosmetic: Cleanup internal packet buffer names
2015-09-08 Joe Hershbergernet: cosmetic: Name ethaddr variables consistently
2015-09-08 Joe Hershbergernet: cosmetic: Fixup var names for DHCP strings
2015-09-08 Joe Hershbergernet: cosmetic: Fixup var names related to boot file
2015-09-08 Joe Hershbergernet: cosmetic: Change IPaddr_t to struct in_addr
2015-09-08 Masahiro Yamadapowerpc: ids8313: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: stv0991: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: bav335x: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: socfpga: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: mx6: use "select" instead of default value in...
2015-09-08 Masahiro YamadaARM: snapper9260: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: rmobile: use "select" instead of default value...
2015-09-08 Masahiro YamadaARM: zynq: use "select" instead of default value in...
2015-09-08 Masahiro YamadaARM: UniPhier: use "select" instead of default value...
2015-09-08 Masahiro Yamadadm: select CONFIG_DM* options
2015-09-08 Masahiro Yamadadm: spi_flash: fix wrong dependency
2015-09-08 Simon Glassdm: usb: Add a README for driver model
2015-09-08 Simon Glassdm: usb: Add tests for the USB uclass
2015-09-08 Simon Glassdm: test: Allow 'dm test' to select a particular test...
2015-09-08 Simon Glassdm: test: Correct printf() output nit in 'dm uclass'
2015-09-08 Simon Glassdm: usb: sandbox: Enable USB
2015-09-08 Simon Glassdm: usb: Tidy up pipe value decoding
2015-09-08 Simon Glassdm: usb: Add a generic descriptor struct
2015-09-08 Simon Glassdm: usb: exynos: Enable both EHCI and XHCI on snow
2015-09-08 Simon Glassdm: usb: exynos: Enable both USB ports on snow
2015-09-08 Simon Glassdm: usb: exynos: Use driver model for USB
2015-09-08 Simon Glassdm: usb: exynos: Adjust XHCI driver to support driver...
2015-09-08 Simon Glassdm: usb: Rename the XHCI HCD to U-Boot
2015-09-08 Simon Glassdm: usb: Support driver model in XHCI
2015-09-08 Simon Glassdm: usb: xhci: Factor out common init/uninit
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_setup_a...
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_alloc_v...
2015-09-08 Simon Glassdm: usb: xhci: Use a function to get xhci_ctrl
2015-09-08 Simon Glassdm: usb: tegra: Add driver model support to tegra EHCI
2015-09-08 Simon Glassdm: usb: tegra: Move most of init/uninit into a function
2015-09-08 Simon Glassdm: usb: tegra: Tidy up error handling and a static...
2015-09-08 Simon Glassdm: usb: tegra: Remove the port_addr_clear_csc variable
2015-09-08 Simon Glassdm: usb: exynos: Add driver model support to exynos...
2015-09-08 Simon Glassdm: usb: Add support for USB ethernet devices with...
2015-09-08 Simon Glassdm: usb: dts: sandbox: Add some sample USB devices...
2015-09-08 Simon Glassdm: usb: sandbox: Add a driver for sandbox
2015-09-08 Simon Glassdm: usb: sandbox: Add an emulator for USB hub emulation
2015-09-08 Simon Glassdm: usb: sandbox: Add an emulator for USB flash devices
2015-09-08 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-09-08 Simon Glassdm: usb: sandbox: Add a uclass for USB device emulation
2015-09-08 Simon Glassdm: usb: Move struct usb_string to a common place
2015-09-08 Simon Glassdm: usb: tegra: Add vbus GPIOs for nyan
2015-09-08 Simon Glassdm: usb: Support driver model with USB keyboards
2015-09-08 Simon Glassdm: usb: Split out the keyboard probe into its own...
2015-09-08 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-09-08 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-09-08 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-09-08 Simon Glassdm: usb: Add driver model support to EHCI
2015-09-08 Simon Glassdm: usb: Change ehci_reset() to use a pointer
2015-09-08 Simon Glassdm: usb: Drop the EHCI weak functions
2015-09-08 Simon Glassdm: usb: Refactor EHCI init
2015-09-08 Simon Glassdm: usb: ehci: Use a function to find the controller...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_ports...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
2015-09-08 Simon Glassdm: usb: tegra: Drop use of global controller variable
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_powerup_f...
2015-09-08 Simon Glassdm: usb: tegra: Store the controller type explicitly
2015-09-08 Simon Glassdm: usb: Allow ECHI to hold private data for the controller
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_port_...
2015-09-08 Simon Glassdm: usb: Move all the EHCI weak functions together...
2015-09-08 Simon Glassdm: usb: Convert usb_storage to driver model
2015-09-08 Simon Glassdm: usb: Move storage device scanning into its own...
2015-09-08 Simon GlassRevert "usb_storage : scan all interfaces to find a...
2015-09-08 Simon Glassdm: usb: Adjust usb_storage to work with sandbox
2015-09-08 Simon Glassdm: usb: Simply device finding code in usb_storage
2015-09-08 Simon Glassdm: usb: Fix type problems in usb_stor_get_info()
2015-09-08 Simon Glassdm: usb: Move USB storage definitions to usb_defs.h
2015-09-08 Simon Glassdm: usb: Add driver model support for hubs
2015-09-08 Simon Glassdm: usb: Split hub detection into its own function
2015-09-08 Simon Glassdm: usb: Convert core usb.c file to support driver...
2015-09-08 Simon Glassdm: usb: Complete the splitting up of usb_new_device()
2015-09-08 Simon Glassdm: usb: Split out more code from usb_new_device()
2015-09-08 Simon Glassdm: usb: Move descriptor setup code into its own function
2015-09-08 Simon Glassdm: usb: Refactor port resets
2015-09-08 Simon Glassdm: usb: Drop the legacy USB init sequence
2015-09-08 Simon Glassdm: usb: Convert 'usb' command to support driver model
2015-09-08 Simon Glassdm: usb: Adjust usb_alloc_new_device() to return an...
next