]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2015-09-08 Tom Rinibuildman: Keep more outputs with the --keep-outputs...
2015-09-08 Simon Glassbuildman: Allow comparison of build configuration
2015-09-08 Simon Glassbuildman: Store build config files
2015-09-08 Simon Glassbuildman: Adjust the 'aborted' heuristic for writing...
2015-09-08 Simon Glassbuildman: Show 'make' command line when -V is used
2015-09-08 Simon GlassCreate a .cfg file containing the CONFIG options used...
2015-09-08 Scott Woodahci: mmio_base is a virtual address
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_I2S to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SANDBOX_SPI to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig
2015-09-08 Simon Glasssandbox: Move GPIO CONFIGs to Kconfig
2015-09-08 Simon GlassKconfig: Move CONFIG_BOOTSTAGE to Kconfig
2015-09-08 Simon Glassdm: sunxi: Use driver model for Ethernet on Linksprite...
2015-09-08 Simon Glassdm: sunxi: Support driver model for Ethernet
2015-09-08 Simon Glassdm: net: Adjust designware driver to support driver...
2015-09-08 Simon Glassdm: net: Tidy up designware driver ready for driver...
2015-09-08 Simon Glassdm: net: Adjust PHY interface to work with CONFIG_DM_ETH
2015-09-08 Simon GlassAvoid calling print_eths() with driver model
2015-09-08 Simon Glassdm: net: Use existing Ethernet init for driver model
2015-09-08 Simon Glassdts: sunxi: Bring in Ethernet device tree bindings
2015-09-08 Simon GlassKconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
2015-09-08 Simon Glasssunxi: Replace the pcDuino3 config with FDT version
2015-09-08 Joe Hershbergersandbox: Enable more network features for sandbox
2015-09-08 Joe Hershbergernet: Fix compile errors when SNTP enabled and not DATE
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...
next