]> git.karo-electronics.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
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...
2015-09-08 Przemyslaw... dm: i2c: add i2c-gpio driver
2015-09-08 Przemyslaw... Kconfig: i2c: fix help message related to dm i2c
2015-09-08 Przemyslaw... dm: gpio: request list: return the count if requests...
2015-09-08 Simon Glassi8042: Add keyboard enable logic in kbd_reset()
2015-09-08 Simon Glasssandbox: cros_ec: Add Kconfig for sandbox EC config
2015-09-08 Simon Glasscros_ec: exynos: Match up device tree with kernel version
2015-09-08 Simon Glassfdt: Drop LPC compatible string in fdtdec
2015-09-08 Simon Glassfdt: cros_ec: Drop compatible string in fdtdec
2015-09-08 Simon Glasscros_ec: Remove unused cros_ec_board_init() function
2015-09-08 Simon Glassexynos: cros_ec: Drop unnecessary init
2015-09-08 Simon Glassx86: cros_ec: Drop unnecessary init
2015-09-08 Simon Glasssandbox: cros_ec: Drop unnecessary init
2015-09-08 Simon Glasscros_ec: Drop unused CONFIG_DM_CROS_EC
2015-09-08 Simon Glasscros_ec: Reinit the cros_ec device when 'crosec init...
2015-09-08 Simon Glassdm: cros_ec: Convert cros_ec LPC driver to driver model
2015-09-08 Simon Glassx86: chromebook_link: dts: Add PCH and LPC devices
2015-09-08 Simon Glassdm: x86: Add a uclass for an Low Pin Count (LPC) device
2015-09-08 Simon Glassdm: x86: Add a uclass for a Platform Controller Hub
2015-09-08 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model
2015-09-08 Simon Glassdm: sf: Add driver model read/write/erase methods
2015-09-08 Joe Hershbergernet: Improve error handling
2015-09-08 Joe Hershbergersandbox: eth: Add support for using the 'lo' interface
2015-09-08 Joe Hershbergersandbox: Enable DHCP and IP defrag
2015-09-08 Joe Hershbergersandbox: eth: Add a bridge to a real network for sandbox
2015-09-08 Joe Hershbergertest: dm: net: Add a test of the netretry behavior
2015-09-08 Joe Hershbergersandbox: eth: Add ability to disable ping reply in...
2015-09-08 Joe Hershbergertest: dm: eth: Add testing for ethrotate env var
2015-09-08 Joe Hershbergerdm: eth: Add support for ethprime env var
2015-09-08 Joe Hershbergerdm: eth: Add support for aliases
2015-09-08 Joe Hershbergertest: dm: eth: Add tests for the eth dm implementation
2015-09-08 Joe Hershbergersandbox: eth: Add ARP and PING response to sandbox...
2015-09-08 Joe Hershbergersandbox: eth: Add network support to sandbox
2015-09-08 Joe Hershbergerdm: eth: Pass the packet pointer as a parameter to...
2015-09-08 Joe Hershbergernet: Clean up network stack names used in DM drivers
2015-09-08 Joe Hershbergerdm: eth: Add basic driver model support to Ethernet...
2015-09-08 Joe Hershbergercmd: net: Clean up return codes
2015-09-08 Joe Hershbergernet: Access mapped physmem in net functions
2015-09-08 Joe Hershbergernet: Make netretry actually do something
2015-09-08 Joe Hershbergernet: Remove the bd* parameter from net stack functions
2015-09-08 Joe Hershbergernet: Use int instead of u8 for boolean flag
2015-09-08 Joe Hershbergernet: Change return codes from net/eth.c to use errorno...
2015-09-08 Joe Hershbergernet: Refactor in preparation for driver model
2015-09-08 Joe Hershbergernet: Remove unneeded "extern" in net.h
2015-09-08 Joe Hershbergernet: Rename helper function to be more clear
2015-09-08 Joe Hershbergernet: Provide a function to get the current MAC address
2015-09-08 Joe Hershbergercommon: Make sure arch-specific map_sysmem() is defined
2015-09-08 Joe Hershbergertest: dm: Reorder the objects to build
2015-09-08 Simon Glassdm: pci: Add driver model tests for PCI
2015-09-08 Simon Glassdm: x86: pci: Convert chromebook_link to use driver...
2015-09-08 Simon Glassdm: x86: pci: Convert coreboot to use driver model...
2015-09-08 Simon Glassdm: x86: pci: Add a PCI driver for driver model
2015-09-08 Simon Glassdm: sandbox: pci: Enable PCI for sandbox
2015-09-08 Simon Glassdm: sandbox: Add a emulated PCI device as an example
2015-09-08 Hannes Petermaiercommon/lcd_console: introduce display/framebuffer rotation
2015-09-08 Hannes Petermaiercommon/lcd_console: move single static variables into...
2015-09-08 Hannes Petermaiercommon/lcd_console: ask only one-time for bg/fg-color...
2015-09-08 Hannes Petermaiercommon/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
2015-09-08 Simon Glassdm: sandbox: pci: Add a PCI emulation uclass
2015-09-08 Simon Glassdm: sandbox: Add a simple PCI driver
2015-09-08 Simon Glassdm: sandbox: pci: Add PCI support for sandbox
2015-09-08 Simon Glassdm: pci: Add a uclass for PCI
2015-09-08 Simon Glassdm: pci: Move common PCI functions into their own file
2015-09-08 Simon Glassdm: Show both allocated and requested seq numbers in...
2015-09-08 Simon Glassdm: core: Add a uclass pre_probe() method for devices
2015-09-08 Simon Glassdm: core: Mark device as active before calling its...
2015-09-08 Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
next