| Commit message (Expand) | Author | Age | Lines |
* | GCC4.6: Squash warning in vmt.c | Marek Vasut | 2011-10-01 | -4/+7 |
* | GCC4.6: Squash warning in nand_bbt.c | Marek Vasut | 2011-10-01 | -4/+1 |
* | GCC4.6: Squash warnings in ipu_disp.c | Marek Vasut | 2011-10-01 | -57/+48 |
* | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | -5/+1 |
* | ns16550: change to allow 32 bit access to registers | Dave Aldridge | 2011-10-01 | -0/+6 |
* | Merge branch 'sf' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2011-10-01 | -0/+8 |
|\ |
|
| * | sf: eon: add support for EN25Q32B parts | Shaohui Xie | 2011-09-29 | -0/+8 |
* | | ATA: Squash warnings in mxc_ata. | Marek Vasut | 2011-09-30 | -13/+9 |
* | | I2C: mxc_i2c rework | Marek Vasut | 2011-09-30 | -133/+289 |
* | | FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.h | Marek Vasut | 2011-09-30 | -0/+2 |
* | | FEC: Squish "got MAC from fuse" message, make it debug() | Marek Vasut | 2011-09-30 | -1/+1 |
* | | FEC: Add timeout for chip reset | Marek Vasut | 2011-09-30 | -4/+21 |
* | | FEC: Allow registering MII postconfiguration callback | Marek Vasut | 2011-09-30 | -1/+14 |
* | | FEC: Allow multiple FECes | Marek Vasut | 2011-09-30 | -30/+51 |
* | | FEC: Abstract access to fec->eth in MII operations | Marek Vasut | 2011-09-30 | -8/+10 |
* | | FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE | Marek Vasut | 2011-09-30 | -1/+5 |
* | | FEC: Add RMII mode support | Marek Vasut | 2011-09-30 | -1/+5 |
* | | FEC: Kill mode select FIXME's | Marek Vasut | 2011-09-30 | -12/+14 |
* | | FEC: Use defined constant instead of magic number | Marek Vasut | 2011-09-30 | -1/+1 |
* | | FEC: Use proper accessor to read register in debug call | Marek Vasut | 2011-09-30 | -1/+1 |
* | | cosmetic: fsl_pmic: cosmetic for the help message | Jason Liu | 2011-09-30 | -1/+1 |
* | | rtc, davinci: add support for davinci internal RTC | Heiko Schocher | 2011-09-30 | -0/+126 |
* | | net, davinci_emac: let the EMAC detect the PHYs | Heiko Schocher | 2011-09-30 | -0/+3 |
* | | net, davinci_emac: make less verbose - turn printf() into debug() | Heiko Schocher | 2011-09-30 | -1/+1 |
* | | net, davinci_emac: add KSZ8864 switch | Heiko Schocher | 2011-09-30 | -0/+7 |
* | | i2c, davinci: add i2c set speed | Heiko Schocher | 2011-09-30 | -0/+5 |
* | | mmc: omap: config VMMC, MMC1_PBIAS | Balaji T K | 2011-09-30 | -3/+35 |
* | | mmc: omap: enable high capacity | Balaji T K | 2011-09-30 | -1/+2 |
* | | spl: add NAND Library to new SPL | Simon Schwarz | 2011-09-30 | -4/+282 |
* | | net: Adds Fast Ethernet Controller driver for Armada100 | Ajay Bhargav | 2011-09-30 | -0/+969 |
* | | gpio: Add GPIO driver framework for Marvell SoCs | Ajay Bhargav | 2011-09-30 | -0/+190 |
|/ |
|
* | Revert "phylib: remove a couple of redundant code lines" | Wolfgang Denk | 2011-09-28 | -2/+5 |
* | ASIX: Fix buffer access in asix_get_phy_addr() | Marek Vasut | 2011-09-24 | -1/+1 |
* | sf: fix debug format string warning | Vadim Bendebury | 2011-09-21 | -1/+1 |
* | ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible | Michael Jones | 2011-09-12 | -52/+53 |
* | ARMV7: OMAP: Write more than 1 byte at a time in i2c_write | Michael Jones | 2011-09-12 | -78/+58 |
* | Minor coding style cleanup. | Wolfgang Denk | 2011-09-11 | -11/+0 |
* | KS8695: convert KS8695 eth driver to CONFIG_MULTI_ETH | Greg Ungerer | 2011-09-10 | -14/+28 |
* | phylib: remove a couple of redundant code lines | Vladimir Zapolskiy | 2011-09-10 | -5/+2 |
* | phylib: reset mii bus only if reset handler is registered | Vladimir Zapolskiy | 2011-09-10 | -1/+2 |
* | smc911x: Fix build warnings | Wolfgang Denk | 2011-09-09 | -2/+2 |
* | smc911x MII made available | Helmut Raiger | 2011-09-07 | -6/+30 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Wolfgang Denk | 2011-09-07 | -1/+670 |
|\ |
|
| * | ftsdc010: add support of ftsdc010 mmc controller | Macpaul Lin | 2011-09-04 | -0/+668 |
| * | mmc: Fix mmc_send_status() | Marek Vasut | 2011-09-04 | -1/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2011-09-07 | -1/+0 |
|\ \ |
|
| * | | VIDEO: mb86r0xgdc.c: fix warning: unused variable 'i' | Wolfgang Denk | 2011-09-06 | -1/+0 |
* | | | I2C: mxc: fix compilation for MX31 | Stefano Babic | 2011-09-07 | -4/+1 |
|/ / |
|
* | | sf: winbond: Add support for the Winbond W25X40 | James Le Cuirot | 2011-09-05 | -0/+8 |
* | | FPGA: constify Lattice FPGA code | Wolfgang Denk | 2011-09-05 | -3/+3 |