summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com
2015-04-18dm: ls1021a: dts: Update DSPI node to support DM SPIHaikun.Wang@freescale.com
2015-04-18dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1haikun
2015-04-18dm: ls1021a: Bring in ls1021a dts files from linux kernelhaikun
2015-04-18dm: arm: Bring in skeleton64 device tree file from LinuxHaikun.Wang@freescale.com
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2015-04-16x86: Split up arch_cpu_init()Simon Glass
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass
2015-04-16sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass
2015-04-16x86: Add support for panther (Asus Chromebox)Simon Glass
2015-04-16x86: Support machines with >4GB of RAMSimon Glass
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-04-15sunxi: Complete i2c support for each supported platformPaul Kocialkowski
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski
2015-04-15sunxi: usbc: Wait for vbus to fall after disabling itHans de Goede
2015-04-15sunxi: usbc: Initialize vusb value on request_resourcesHans de Goede
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski
2015-04-15sunxi: common VBUS detection logic in usbcPaul Kocialkowski
2015-04-15sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski
2015-04-15sunxi: gpio: Indentation fixPaul Kocialkowski
2015-04-14board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I
2015-04-14board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I
2015-04-14include: asm: types: add resource_size_t typeKishon Vijay Abraham I
2015-04-14arm: asm: dma-mapping: added dma_free_coherent APIKishon Vijay Abraham I
2015-04-14include: asm: dma-mapping: get rid of the compilation warning in udc-coreKishon Vijay Abraham I
2015-04-14ARM: AM43xx: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I
2015-04-14ARM: DRA7: Enable clocks for USB OTGSS and USB PHYKishon Vijay Abraham I
2015-04-14ARM: bcm2835: use phys_to_bus() for mboxStephen Warren
2015-04-14ARM: bcm2835: implement phys_to_bus/bus_to_physStephen Warren
2015-04-13break build if it would produce broken binaryPavel Machek