]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
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...
2015-09-08 Simon Glassdm: usb: Adjust usb command to prepare for driver model
2015-09-08 Simon Glassdm: usb: Add a uclass for USB controllers
2015-09-08 Simon Glassdm: gpio: Add an implementation for gpio_get_number()
2015-09-08 Simon Glassdm: core: Add device children and sibling functions
2015-09-08 Simon Glassdm: core: Mark device as active before calling uclass...
2015-09-08 Simon Glassdm: core: Rename driver data function to dev_get_driver...
2015-09-08 Simon Glassdm: core: Convert driver_bind() to use const
2015-09-08 Simon Glassdm: core: Support allocating driver-private data for DMA
2015-09-08 Simon Glassdm: test: bus: Use a local variable to simplify code
2015-09-08 Simon Glasssandbox: Fix comment for os_open()
2015-09-08 Simon Glasslinker_lists: Add a function to access a linker list...
2015-09-08 Joe Hershbergerdm: eth: Provide a way for drivers to manage packet...
2015-09-08 Haikun.Wang... dm: spi: Convert Freescale QSPI driver to driver model
2015-09-08 Haikun.Wang... dm: spi: Convert Freescale DSPI driver to driver model
2015-09-08 Haikun.Wang... dm: ls1021a: dts: Add QSPI dts node
2015-09-08 Haikun.Wang... dm: ls1021a: dts: Update DSPI node to support DM SPI
2015-09-08 haikundm: ls1021a: dts: Change address_cells and size_cells...
2015-09-08 haikundm: ls1021a: Bring in ls1021a dts files from linux...
2015-09-08 Haikun.Wang... dm: arm: Bring in skeleton64 device tree file from...
next