| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix regression in SMDK6400 | Simon Schwarz | 2011-12-06 | 1 | -26/+2 |
| * | nand: Add common functions to linux/mtd/nand.h | Simon Schwarz | 2011-12-06 | 1 | -3/+3 |
| * | net: Armada100: Fix compilation warnings | Ajay Bhargav | 2011-12-06 | 1 | -4/+10 |
| * | mvsata: fix ide_preinit for missing disks | Simon Guinot | 2011-12-06 | 1 | -6/+8 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2011-12-07 | 1 | -56/+53 |
|\ \ |
|
| * | | video: cfb_console: Make the software cursor non-destructive | Gabe Black | 2011-12-05 | 1 | -56/+53 |
* | | | Introduce generic TPM support in u-boot | Vadim Bendebury | 2011-12-07 | 2 | -0/+538 |
| |/
|/| |
|
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2011-12-05 | 1 | -2/+1 |
|\ \ |
|
| * | | sf: fix erase debug output | Vadim Bendebury | 2011-12-05 | 1 | -2/+1 |
| |/ |
|
* | | pci_ftpci100: Implementation FTPCI100 PCI driver | Gavin Guo | 2011-12-05 | 3 | -0/+425 |
* | | phy: Add support for SMSC LAN87xx PHYs | Nobuhiro Iwamatsu | 2011-12-05 | 3 | -0/+96 |
* | | drivers/net/mvgbe.c: Fix GCC 4.6 warnings | Anatolij Gustschin | 2011-12-05 | 1 | -3/+6 |
* | | Phy/Marvell: Rewrite the MV88E1111 phy config function based on kernel code | Zang Roy-R61911 | 2011-12-05 | 1 | -6/+107 |
* | | net: sh_eth: use miiphybb instead of own mii functions | Yoshihiro Shimoda | 2011-12-02 | 2 | -248/+104 |
|/ |
|
* | drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-12-02 | 1 | -7/+5 |
* | drivers/block/sata_dwc.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-12-02 | 1 | -5/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-12-01 | 4 | -39/+19 |
|\ |
|
| * | powerpc/85xx: clean up and document the QE/FMAN microcode macros | Timur Tabi | 2011-11-29 | 2 | -18/+18 |
| * | powerpc/85xx: always implement the work-around for Erratum SATA_A001 | Timur Tabi | 2011-11-29 | 2 | -21/+1 |
* | | x86: Fix some bugs in the i8402 driver when no controller is present | Gabe Black | 2011-11-29 | 1 | -1/+11 |
* | | x86: Make the i8042 driver checkpatch clean | Gabe Black | 2011-11-29 | 1 | -498/+472 |
|/ |
|
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2011-11-28 | 1 | -1/+1 |
|\ |
|
| * | Fix Stelian's email address | Stelian Pop | 2011-11-27 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2011-11-28 | 2 | -1/+39 |
|\ \
| |/
|/| |
|
| * | DIU: 1080P and 720P support | Jerry Huang | 2011-11-24 | 1 | -0/+38 |
| * | CFB: Fix font rendering on mx5 framebuffer | Marek Vasut | 2011-11-24 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmc | Wolfgang Denk | 2011-11-27 | 2 | -15/+6 |
|\ \ |
|
| * | | Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" | Macpaul Lin | 2011-11-25 | 1 | -14/+2 |
| * | | mmc: mv_sdhci: Fix host version read for Armada100 | Ajay Bhargav | 2011-11-25 | 1 | -1/+4 |
| |/ |
|
* | | drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning | Kumar Gala | 2011-11-27 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2011-11-23 | 5 | -22/+14 |
|\ |
|
| * | drivers/net/dnet.c: Fix GCC 4.6 warnings | Anatolij Gustschin | 2011-11-23 | 1 | -7/+5 |
| * | drivers/net/cs8900.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | 1 | -6/+5 |
| * | drivers/net/lan91c96.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | 1 | -5/+2 |
| * | drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | 1 | -2/+1 |
| * | drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | 1 | -2/+1 |
* | | drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-23 | 1 | -3/+1 |
* | | i2c: sh: Add support I2C for Renesas SH | Nobuhiro Iwamatsu | 2011-11-23 | 2 | -0/+293 |
* | | Improve Power Management in SMC911X driver. | bertrand.cachet@heig-vd.ch | 2011-11-22 | 1 | -2/+5 |
* | | net: rtl8109: drop unused !NET_MULTI driver | Mike Frysinger | 2011-11-22 | 3 | -386/+0 |
* | | smsc95xx: Debug message cleanup | Wolfgang Grandegger | 2011-11-22 | 1 | -7/+3 |
* | | smsc95xx: Fix MAC address programming | Wolfgang Grandegger | 2011-11-22 | 1 | -3/+3 |
* | | Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2011-11-21 | 1 | -21/+41 |
|\ \ |
|
| * | | gpio: Adapt PCA9698 to standard GPIO API | Dirk Eibach | 2011-11-18 | 1 | -21/+41 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-nds32 | Wolfgang Denk | 2011-11-21 | 1 | -3/+2 |
|\ \ |
|
| * | | ftide020: fix incorrect information display format | Macpaul Lin | 2011-11-18 | 1 | -3/+2 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-nios | Wolfgang Denk | 2011-11-21 | 2 | -0/+300 |
|\ \ \
| |/ /
|/| | |
|
| * | | gpio: Add driver for Altera's PIO core | Joachim Foerster | 2011-10-28 | 2 | -0/+300 |
* | | | e1000: fix unused variable waring for e1000 driver | Zang Roy-R61911 | 2011-11-17 | 1 | -3/+3 |
* | | | e1000: remove duplicate macros in e1000.h | Timur Tabi | 2011-11-17 | 1 | -11/+0 |