summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk2012-07-313-0/+351
|\
| * spi: microblaze: Adds driver for Xilinx SPI controllerStephan Linz2012-07-313-0/+350
* | sf: stmicro: add geometrical info for N25Q256 from MicronJérôme Carretero2012-04-081-0/+6
* | sf: unify status register writing (and thus block unlocking)Mike Frysinger2012-03-044-62/+32
* | sf: sst: inline duplicate write enable helper funcsMike Frysinger2012-03-041-22/+4
* | sf: eon: drop duplicate idMike Frysinger2012-03-041-5/+0
* | sf: unify erase commandsMike Frysinger2012-03-048-71/+18
* | sf: inline data constantsMike Frysinger2012-03-045-105/+12
* | Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk2012-07-3011-261/+378
|\ \
| * | net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda2012-07-231-0/+9
| * | net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda2012-07-232-181/+258
| * | net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda2012-07-232-33/+32
| * | net: sh_eth: clean up for the SH7757's codeYoshihiro Shimoda2012-07-232-20/+3
| * | net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans2012-07-191-1/+1
| * | net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans2012-07-191-5/+3
| * | Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk2012-07-1210-24/+75
| |\ \
| | * | 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-111-2/+13
| | * | 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
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-07-204-51/+61
|\ \ \ \
| * | | | 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
| * | | | 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-182-30/+33
| * | | | ehci-hcd: program asynclistaddr before every transferIlya Yanok2012-07-181-5/+3
| * | | | 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
| |/ / / /
* | | | | Blackfin: bfin_mac: drop volatile markings on packet buffersMike Frysinger2012-07-191-2/+1
|/ / / /
* | | | Merge branch 'next' of git://git.denx.de/u-boot-videoWolfgang Denk2012-07-185-9/+33
|\ \ \ \
| * | | | ipu_common: Add ldb_clk for use in parenting the pixel clockEric Nelson2012-07-102-3/+12
| * | | | ipu_common: Do not hardcode the ipu_clk frequencyFabio Estevam2012-07-101-1/+1
| * | | | ipu_common: Rename MXC_CCM_BASEFabio Estevam2012-07-101-1/+1
| * | | | ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53Fabio Estevam2012-07-101-1/+4
| * | | | ipu_common: Only apply the erratum to MX51Fabio Estevam2012-07-101-0/+2
| * | | | video: Rename CONFIG_VIDEO_MX5Fabio Estevam2012-07-102-2/+2
| * | | | mx6: Allow mx6 to access the IPUv3 registersFabio Estevam2012-07-101-1/+11
| | |/ / | |/| |
* | | | FSL/eSDHC: enable the clock to detect the SD cardJerry Huang2012-07-131-0/+3
* | | | SD/MMC: check the card status during erase operationJerry Huang2012-07-131-0/+5
* | | | mmc:fix Call mmc_init() when executing mmc_get_dev()Łukasz Majewski2012-07-131-1/+4
* | | | mmc: remove the hard setting for tran_speedJaehoon Chung2012-07-131-6/+7
* | | | i.MX: fsl_esdhc: allow use with cache enabled.Eric Nelson2012-07-131-1/+16
| |/ / |/| |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2012-07-122-28/+5
|\ \ \
| * | | mxs-i2c: Fix internal address byte orderTorsten Fleischer2012-07-111-1/+1
| * | | mxc_i2c: remove setting speed at each startTroy Kisky2012-07-111-6/+0
| * | | mxc_i2c: specify i2c base address in config fileTroy Kisky2012-07-111-21/+4
| |/ /
* | | net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and otherNobuhiro Iwamatsu2012-07-101-4/+3
|/ /
OpenPOWER on IntegriCloud