Age | Commit message (Expand) | Author |
2015-04-18 | cros_ec: Reinit the cros_ec device when 'crosec init' is used | Simon Glass |
2015-04-18 | dm: cros_ec: Convert cros_ec LPC driver to driver model | Simon Glass |
2015-04-18 | dm: x86: spi: Convert ICH SPI driver to driver model | Simon Glass |
2015-04-18 | dm: sf: Add driver model read/write/erase methods | Simon Glass |
2015-04-18 | sandbox: eth: Add support for using the 'lo' interface | Joe Hershberger |
2015-04-18 | sandbox: eth: Add a bridge to a real network for sandbox | Joe Hershberger |
2015-04-18 | sandbox: eth: Add ability to disable ping reply in sandbox eth driver | Joe Hershberger |
2015-04-18 | sandbox: eth: Add ARP and PING response to sandbox driver | Joe Hershberger |
2015-04-18 | sandbox: eth: Add network support to sandbox | Joe Hershberger |
2015-04-18 | dm: eth: Add basic driver model support to Ethernet stack | Joe Hershberger |
2015-04-18 | net: Remove the bd* parameter from net stack functions | Joe Hershberger |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger |
2015-04-18 | dm: x86: pci: Add a PCI driver for driver model | Simon Glass |
2015-04-18 | dm: sandbox: pci: Enable PCI for sandbox | Simon Glass |
2015-04-18 | dm: sandbox: Add a emulated PCI device as an example | Simon Glass |
2015-04-16 | dm: sandbox: pci: Add a PCI emulation uclass | Simon Glass |
2015-04-16 | dm: sandbox: Add a simple PCI driver | Simon Glass |
2015-04-16 | dm: pci: Add a uclass for PCI | Simon Glass |
2015-04-16 | dm: pci: Move common PCI functions into their own file | Simon Glass |
2015-04-16 | dm: core: Add a uclass pre_probe() method for devices | Simon Glass |
2015-04-16 | dm: core: Mark device as active before calling its probe() method | Simon Glass |
2015-04-16 | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass |
2015-04-16 | x86: Add a x86_ prefix to the x86-specific PCI functions | Simon Glass |
2015-04-16 | x86: spi: Add support for lynxpoint | Simon Glass |
2015-04-16 | x86: video: Allow keyboard presence to be controlled by device tree | Simon Glass |
2015-04-16 | ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c | Kishon Vijay Abraham I |
2015-04-16 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2015-04-15 | i2c: mvtwsi: Support for up to 4 different controllers | Paul Kocialkowski |
2015-04-15 | sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect | Hans de Goede |
2015-04-15 | power: axp209: Registers definitions in header | Paul Kocialkowski |
2015-04-15 | power: axp152: Registers definitions in header | Paul Kocialkowski |
2015-04-15 | sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig | Paul Kocialkowski |
2015-04-15 | sunxi: GPIO pin mux hardware-feature-specific function index defines | Paul Kocialkowski |
2015-04-15 | sunxi: common VBUS detection logic in usbc | Paul Kocialkowski |
2015-04-15 | power: axp209: VBUS detection support | Paul Kocialkowski |
2015-04-15 | sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic | Paul Kocialkowski |
2015-04-15 | power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic | Paul Kocialkowski |
2015-04-14 | fastboot: add support for reboot-bootloader command | Alexey Firago |
2015-04-14 | usb: gadget: thor: Claim EP after allocating it in thor gadget | Marek Szyprowski |
2015-04-14 | usb: dwc3: Correct clean up code for requests | Lukasz Majewski |
2015-04-14 | usb: dwc3: gadget: Set non EP0 max packet limit to 512B | Lukasz Majewski |
2015-04-14 | usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be... | Lukasz Majewski |
2015-04-14 | usb: dwc3: optimize interrupt loop | Marek Szyprowski |
2015-04-14 | usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver | Marek Szyprowski |
2015-04-14 | usb: dwc3: add a workaround for too small OUT requests | Marek Szyprowski |
2015-04-14 | usb: dwc3: make dwc3_set_mode to static | Joonyoung Shim |
2015-04-14 | usb: dwc3: Remove BIT(x) macro from DWC3's gadget code | Lukasz Majewski |
2015-04-14 | usb: composite: Add .reset callback to usb_gadget_driver structure | Lukasz Majewski |
2015-04-14 | usb: modify usb_gadget_handle_interrupts to take controller index | Kishon Vijay Abraham I |
2015-04-14 | usb: gadget: defer setting maxpacket till ->setup() | Kishon Vijay Abraham I |