summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net: Inline the new eth_setenv_enetaddr_by_index functionJoe Hershberger2012-07-111-1/+1
| | * | net: allow setting env enetaddr from net device settingRob Herring2012-07-112-1/+19
| | * | net/designware: Consecutive writes to the same register to be avoidedDinh Nguyen2012-07-111-2/+2
| | * | CACHE: net: asix: Fix asix driver to work with data cache onMarek Vasut2012-07-111-13/+17
| | * | net: phy: micrel: make ksz9021 phy accessibleTroy Kisky2012-07-112-2/+14
| | * | net: abort network initialization if the PHY driver failsTimur Tabi2012-07-116-6/+39
| | * | phylib: phy_startup() should return an error code on failureTimur Tabi2012-07-111-1/+4
| | * | net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair2012-07-111-1/+1
* | | | Prepare v2012.07Wolfgang Denk2012-07-301-1/+1
* | | | hawkboard: Fix SPL Nand driver misconfigurationLinu Cherian2012-07-301-0/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2012-07-302-2/+2
|\ \ \ \
| * | | | MIPS: fix renaming of inca-swap-bytes to xway-swap-bytesDaniel Schwierzeck2012-07-272-2/+2
* | | | | Makefile: avoid "Generating asm-offsets.h" message with "-s"Wolfgang Denk2012-07-291-1/+1
|/ / / /
* | | | Prepare v2012.07-rc3Wolfgang Denk2012-07-271-1/+1
* | | | net: Make sure the ethaddr is updated in net_init()Joe Hershberger2012-07-241-2/+1
* | | | Prepare v2012.07-rc2Wolfgang Denk2012-07-221-1/+1
* | | | Minor Coding Style Cleanup.Wolfgang Denk2012-07-222-30/+27
* | | | BC3450 board: Remove unused CONFIG_SYS_CPU definitionWolfgang Denk2012-07-221-1/+0
* | | | BC3450 board: change debug code to using debug()Wolfgang Denk2012-07-221-9/+3
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-07-223-9/+10
|\ \ \ \
| * | | | ARM1136: Fix cache range checksBenoît Thébaudeau2012-07-211-3/+3
| * | | | mx6: Make pad name macro consistent with the datasheetAshok2012-07-201-2/+2
| * | | | mx28: Fix elftosb source link in README.mx28_commonAnatolij Gustschin2012-07-201-2/+2
| * | | | doc: README.mx28_common: Add missing entry into ContentsFabio Estevam2012-07-201-2/+3
* | | | | MPC83xx, MPC85xx: compile stub cache functionStefano Babic2012-07-212-2/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-07-2016-64/+97
|\ \ \ \ \ | |/ / / /
| * | | | ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam2012-07-201-2/+8
| * | | | ARM: OMAP4: PANDA: Add rest of the USB module pads to essentialsSRICHARAN R2012-07-201-22/+22
| * | | | arm: armv7: add compile option -mno-unaligned-access if availableTetsuyuki Kobayashi2012-07-201-0/+2
| * | | | arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-2013-40/+65
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk2012-07-204-225/+158
|\ \ \ \ \
| * | | | | nds32: split common cache access from cpu into libMacpaul Lin2012-07-204-225/+158
| |/ / / /
* | | | | common.h: Remove include compiler.hMarek Vasut2012-07-201-2/+1
|/ / / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-07-208-75/+117
|\ \ \ \
| * | | | usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier2012-07-181-17/+20
| * | | | smsc95xx: align buffers to cache line sizeIlya Yanok2012-07-181-4/+9
| * | | | ehci-hcd: change debug() to printf() in case of errorsIlya Yanok2012-07-181-3/+3
| * | | | usb: check return value of submit_{control, bulk}_msgIlya Yanok2012-07-181-2/+4
| * | | | usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok2012-07-181-2/+4
| * | | | ehci-hcd: fix external buffer cache handlingIlya Yanok2012-07-181-9/+14
| * | | | ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini2012-07-183-30/+43
| * | | | ehci-hcd: program asynclistaddr before every transferIlya Yanok2012-07-181-5/+3
| * | | | common.h: Introduce DEFINE_CACHE_ALIGN_BUFFERMarek Vasut2012-07-181-3/+18
| * | | | ehci-omap: Do not call dcache_off from omap_ehci_hcd_initTom Rini2012-07-181-1/+0
* | | | | Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk2012-07-208-97/+23
|\ \ \ \ \
| * | | | | sf: spansion: inline useless id definesMike Frysinger2012-07-201-22/+12
| * | | | | sf: drop unused/duplicate command definesMike Frysinger2012-07-208-75/+11
| |/ / / /
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2012-07-202-4/+4
|\ \ \ \ \
| * | | | | net: link_local: fix buildbenoit.thebaudeau@advans2012-07-191-3/+3
| * | | | | net: bootp: fix buildbenoit.thebaudeau@advans2012-07-191-1/+1
| |/ / / /
OpenPOWER on IntegriCloud