summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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-17dm: sandbox: pci: Add PCI support for sandboxSimon Glass
2015-04-17x86: Split up arch_cpu_init()Simon Glass
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass
2015-04-17sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass
2015-04-17x86: Add support for panther (Asus Chromebox)Simon Glass
2015-04-17x86: 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
2015-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-04-13ARM: rpi: add a couple more revision IDsStephen Warren
2015-04-11ARM: fix arch/arm/Makefile for TegraMasahiro Yamada
2015-04-11arm: armada-xp: Fix SPL for AXP by using save_boot_params_retStefan Roese
2015-04-10Merge git://git.denx.de/u-boot-arcTom Rini
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin
2015-04-10Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass
2015-04-10lpc32xx: add support for board work_92105Albert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: add GPIO supportAlbert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: mtd: nand: add MLC NAND controllerAlbert ARIBAUD \(3ADEV\)
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)
2015-04-10Merge branch 'u-boot/master'Albert ARIBAUD