summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | ARM: tegra: Tegra114 pinmux cleanupStephen Warren2014-04-17-753/+680
| | * | | ARM: tegra: Tegra30 pinmux cleanupStephen Warren2014-04-17-1151/+1082
| | * | | ARM: tegra: Tegra20 pinmux cleanupStephen Warren2014-04-17-412/+397
| | * | | ARM: tegra: pinmux naming consistency fixesStephen Warren2014-04-17-217/+223
| | * | | ARM: tegra: reduce public pinmux APIStephen Warren2014-04-17-8/+2
| | * | | ARM: tegra: pinctrl: remove duplicationStephen Warren2014-04-17-2072/+732
| | * | | ARM: tegra: use apb_misc.h in more placesStephen Warren2014-04-17-8/+16
| | * | | ARM: tegra: prototype pinmux_init() in board.hStephen Warren2014-04-17-11/+7
| | * | | ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20Stephen Warren2014-04-17-11/+10
| | * | | ARM: tegra: pinctrl: remove vddioStephen Warren2014-04-17-86/+0
| | * | | ARM: tegra: pinctrl: remove func_safeStephen Warren2014-04-17-24/+0
| | |/ /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sparcTom Rini2014-05-09-16/+28
|\ \ \ \
| * | | | leon: implement missing get_tbclk()Daniel Hellstrom2014-05-08-0/+10
| * | | | leon: use CONFIG_SYS_HZ to config timer prescalerDaniel Hellstrom2014-05-08-16/+18
| * | | | serial: zynq: Fix typo in suffix function nameMichal Simek2014-05-08-3/+3
| * | | | serial: zynq: Remove sparse warningsMichal Simek2014-05-08-8/+8
* | | | | i2c: zynq: Fixed compilation errors when using DEBUGJesper B. Christensen2014-05-08-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'serial' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | serial: zynq: Fix typo in suffix function nameMichal Simek2014-05-06-3/+3
| * | | serial: zynq: Remove sparse warningsMichal Simek2014-05-06-8/+8
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-1/+1
|\ \ \ \
| * | | | microblaze: Wire up OF support for emacliteStephan Linz2014-05-06-1/+1
| |/ / /
* | | | Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-06-1/+3
|\ \ \ \
| * | | | net: zynq: Fix sparse warnings in gemMichal Simek2014-05-06-0/+1
| * | | | net: zynq: Use predefined macros instead of hardcoded valueMichal Simek2014-05-06-1/+2
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-06-230/+597
|\ \ \ \ | |/ / / |/| | |
| * | | common: fixed linker-list exampleMateusz Zalega2014-05-05-1/+1
| * | | USB: gadget: save driver name before registering itStephen Warren2014-05-05-1/+2
| * | | USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-05-64/+62
| * | | am335x: dfu: disable DFU in am335x_evm SPL buildMateusz Zalega2014-05-05-0/+2
| * | | ums: always initialize mmc before ums_disk_init()Mateusz Zalega2014-05-05-4/+2
| * | | dfu: mmc: change offset base handlingMateusz Zalega2014-05-05-10/+14
| * | | dfu: mmc: raw data write fixMateusz Zalega2014-05-05-45/+65
| * | | usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-05-44/+18
| * | | part: header fixMateusz Zalega2014-05-05-0/+1
| * | | mmc: mmc header fixMateusz Zalega2014-05-05-0/+1
| * | | usb: gadget: allow ci_udc to build with new gadget frameworkStephen Warren2014-05-01-0/+1
| * | | usb: ums: use only 1 buffer for CI_UDCStephen Warren2014-04-30-0/+4
| * | | usb: ci_udc: support variants with hostpc registerStephen Warren2014-04-30-18/+62
| * | | usb: ci_udc: make PHY initialization conditionalStephen Warren2014-04-30-2/+7
| * | | usb: ci_udc: set ep->req.actual after transferStephen Warren2014-04-30-2/+2
| * | | usb: ci_udc: Support larger packetsStephen Warren2014-04-30-0/+3
| * | | dfu:fix: Replace wrong return value with proper oneLukasz Majewski2014-04-30-1/+1
| * | | exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DTandrey.konovalov@linaro.org2014-04-30-2/+4
| * | | usb: musb: fill in usb_gadget_unregister_driverRob Herring2014-04-30-1/+4
| * | | usb: handle NULL table in usb_gadget_get_stringRob Herring2014-04-30-0/+3
| * | | usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak2014-04-30-0/+6
| * | | usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak2014-04-30-4/+3
| * | | usb: Fix USB keyboard polling via control endpointAdrian Cox2014-04-30-11/+25
| * | | usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox2014-04-30-25/+31