summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | serial_mxc: disable new features of autobaud detectionEric Nelson2014-05-281-2/+2
| | * | mx6sabred: Add PFUZE100 PMIC supportFabio Estevam2014-05-283-0/+100
| | * | mx6sabreauto: Add the mx6dual-lite variantFabio Estevam2014-05-283-0/+135
| * | | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-06-301-2/+0
| |\ \ \
| | * | | arm: rmobile: lager: Remove NOR-Flash support from boards.cfgNobuhiro Iwamatsu2014-06-111-1/+0
| | * | | arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfgNobuhiro Iwamatsu2014-06-111-1/+0
| | | |/ | | |/|
| * | | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-06-251-0/+1
| |\ \ \
| | * | | arm: zynq: fix a bug in Zynq linker scriptMasahiro Yamada2014-06-171-0/+1
| * | | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-25385-15624/+8705
| |\ \ \ \
| * \ \ \ \ Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-248-45/+110
| |\ \ \ \ \
| | * | | | | arm: ethernut5: convert to generic boardTim Schendekehl2014-06-141-0/+2
| | * | | | | ARMv7: at91: enable ICache and DCache.Wu, Josh2014-06-141-0/+2
| | * | | | | video: atmel_hlcdfb: enable dcache supportWu, Josh2014-06-141-0/+6
| | * | | | | net: macb: enable dcache in macbWu, Josh2014-06-141-4/+57
| | * | | | | macb: make checkpatch cleanAndreas Bießmann2014-06-141-27/+29
| | * | | | | avr32: migrate cache functionsAndreas Bießmann2014-06-144-16/+16
| | | |_|/ / | | |/| | |
| * | | | | arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARDSteve Rae2014-06-101-0/+1
| |/ / / /
| * | | | arm: fix a double-definition error of _start symbolMasahiro Yamada2014-06-091-2/+0
| * | | | arm64: zero cntvoff_el2Mark Rutland2014-06-091-1/+1
| * | | | arm: vf610: Add QSPI support for VF610TWRChao Fu2014-06-095-5/+68
| * | | | arm: imx: Add two macros for VF610 in IOMUX_PAD structureAlison Wang2014-06-091-0/+2
| * | | | arm: vf610: Add QSPI driver supportAlison Wang2014-06-093-0/+610
* | | | | Prepare v2014.07-rc4Tom Rini2014-07-021-1/+1
* | | | | usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren2014-07-021-9/+9
* | | | | USB: gadget: atmel: zero out allocated requestsStephen Warren2014-07-021-1/+1
* | | | | usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren2014-07-021-2/+1
* | | | | usb: ci_udc: remove controller.items arrayStephen Warren2014-07-022-6/+3
* | | | | usb: ci_udc: fix items array size/stride calculationStephen Warren2014-07-021-15/+15
* | | | | usb: ci_udc: lift ilist size calculations to global scopeStephen Warren2014-07-021-14/+14
* | | | | usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren2014-07-021-3/+4
* | | | | usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren2014-07-021-2/+2
* | | | | dfu: free entities when parsing failsStephen Warren2014-06-251-2/+3
* | | | | usb: eth: smsc95xx: add LAN9500A device IDIlya Ledvich2014-06-251-0/+1
* | | | | usb: fastboot: fix potential buffer overflowJeroen Hofstee2014-06-251-4/+7
* | | | | usb: xhci: (likely) fix bracket in if conditionJeroen Hofstee2014-06-251-2/+2
* | | | | usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee2014-06-251-1/+0
* | | | | usb:composite: clear the whole common bufferJeroen Hofstee2014-06-251-2/+2
* | | | | usb: r8a66597: Fix initilization size of r8a66597 info structureYasuhisa Umano2014-06-251-1/+1
* | | | | usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUByasuhisa umano2014-06-251-2/+2
* | | | | usb: cosmetic: double constJeroen Hofstee2014-06-252-2/+2
* | | | | usb: ci_udc: fix typo in debug messageStephen Warren2014-06-251-2/+2
* | | | | usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren2014-06-251-1/+7
| |/ / / |/| | |
* | | | Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-06-249-18/+39
|\ \ \ \
| * | | | sandbox: change local_irq_save() to macroMasahiro Yamada2014-06-232-6/+4
| * | | | sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-231-0/+1
| * | | | sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-234-9/+30
| * | | | x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka2014-06-232-3/+4
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-06-242-6/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dm: Use '*' to indicate a device is activatedSimon Glass2014-06-211-5/+6
| * | | | include/dm.h: fix inclusion guardJeroen Hofstee2014-06-211-1/+1
OpenPOWER on IntegriCloud