summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-02dt: don't use ARCH_CPU_DTSStephen Warren
2013-08-02dts/Makefile: unify cpp/dtc include pathsStephen Warren
2013-08-02dts/Makefile: simplify dtc invocationStephen Warren
2013-08-02xilinx: move microblaze-generic .dts to standard locationStephen Warren
2013-08-02Validate dtc is new enoughStephen Warren
2013-08-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-07-31Merge git://git.denx.de/u-boot-armStefano Babic
2013-07-31spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin
2013-07-31blackfin: Fix using gd->baudrate before setting its valueAxel Lin
2013-07-31blackfin: gpio: Use proper mask for comparing functionAxel Lin
2013-07-31gpio: adi_gpio2: Unreserve gpio in special_gpio_free()Axel Lin
2013-07-31blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin
2013-07-30gpio: omap5-uevm: Configure the tca6424 gpio expanderDan Murphy
2013-07-30gpio: tca642x: Add the tca642x gpio expander driverDan Murphy
2013-07-30am335x_evm: Add am335x_boneblack variantJustin Waters
2013-07-30am335x_evm: Add support for eMMC environmentJustin Waters
2013-07-30Add additional MLO images to .gitignoreJustin Waters
2013-07-30am335x_evm: Rework bootcmd to handle two MMC devsJustin Waters
2013-07-30am335x_evm: Add command line editingJustin Waters
2013-07-30am335x_evm: Make NAND support modularJustin Waters
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher
2013-07-30board/ti/am335x/README: Document NOR programmingTom Rini
2013-07-30am335x_evm: Add support to boot from NOR.Steve Kipisz
2013-07-30am335x_evm: Add support for the NOR module on the memory capeSteve Kipisz
2013-07-30am33xx: Correct gpmc_cfg->irqstatus/enableTom Rini
2013-07-30am335x_evm: Rework board_is_foo() checksTom Rini
2013-07-30am335x_evm: Update SPI_BOOT support, add MTDPARTS infoTom Rini
2013-07-30am335x_evm: Drop useless CONFIG_ENV_IS_NOWHERETom Rini
2013-07-30board/ti/am335x/README: Document NAND programmingTom Rini
2013-07-30cfi_flash: Add prototypes of overridable functionsMasahiro Yamada
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut
2013-07-29usb: mv_udc: Clean up the initial variable checkMarek Vasut
2013-07-29usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut
2013-07-29usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut
2013-07-29usb: mv_udc: Clean up the EP initializationMarek Vasut
2013-07-29usb: mv_udc: Move endpoint array into driver dataMarek Vasut
2013-07-29usb: mv_udc: Clean up mv_udc.hMarek Vasut