summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * omap3_dss: add optional framebufferJeroen Hofstee2012-05-25-3/+80
| * mx53loco: Add LCD supportFabio Estevam2012-05-25-1/+84
| * mx5: Rename mx51_fb_init()Fabio Estevam2012-05-25-4/+4
| * mx53: Allow IPUv3 driver to also work on mx53Fabio Estevam2012-05-25-23/+27
| * mx51evk: Add LCD supportFabio Estevam2012-05-25-1/+71
| * EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee2012-05-25-9/+46
| * create lib/tizen directoryDonghwa Lee2012-05-25-0/+5218
| * LCD: display 32bpp decompressed bitmap imageDonghwa Lee2012-05-25-3/+16
| * common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin2012-05-25-3/+3
| * common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin2012-05-25-10/+6
| * common/lcd.c: use ARRAY_SIZEAnatolij Gustschin2012-05-25-2/+2
| * cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2012-05-25-2/+2
| * LCD: support another s6e8ax0 panel typeDonghwa Lee2012-05-25-1/+25
| * LCD: change s6e8ax0 panel gamma valueDonghwa Lee2012-05-25-4/+4
| * include/video.h: drop unused video_printf()Anatolij Gustschin2012-05-25-1/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2012-06-07-1/+7
|\ \
| * | avr32:board.c: fix compile warningAndreas Bießmann2012-06-04-1/+0
| * | avr32:grasshopper: fix PHY initialisationAndreas Bießmann2012-06-04-0/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2012-06-07-70/+79
|\ \
| * | MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2012-06-03-7/+14
| * | MIPS: bootm_qemu_mips.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-03-12/+14
| * | MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-03-51/+51
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2012-06-07-3/+2329
|\ \
| * | sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4Nobuhiro Iwamatsu2012-05-28-1/+1
| * | sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy2012-05-28-0/+401
| * | sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards wit...Nobuhiro Iwamatsu2012-05-28-0/+6
| * | sh: Add support for AP-SH4A-4A boardNobuhiro Iwamatsu2012-05-28-0/+872
| * | sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu2012-05-28-0/+27
| * | sh: r0p7734: Add support I2C controllerNobuhiro Iwamatsu2012-05-28-1/+36
| * | sh: Add bit control functionsNobuhiro Iwamatsu2012-05-28-3/+40
| * | sh: Add support for r0p7734 boardNobuhiro Iwamatsu2012-05-28-0/+893
| * | sh: Add support Renesas SH7734Nobuhiro Iwamatsu2012-05-28-0/+55
| |/
* | MPC8xxx: Define cache ops for USBMarek Vasut2012-06-07-0/+108
|/
* net: sh-eth: Add support Gigabit of SH7734Nobuhiro Iwamatsu2012-05-23-1/+11
* net: sh_eth: Add support SH7734 Ethernet deviceNobuhiro Iwamatsu2012-05-23-28/+74
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-23-38/+68
* net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger2012-05-23-0/+14
* net: Add link-local addressing supportJoe Hershberger2012-05-23-2/+490
* net: Separate ArpRequest() into lower-level funcJoe Hershberger2012-05-23-9/+15
* net: Don't copy every packet that waits for an ARPJoe Hershberger2012-05-23-38/+23
* net: Make sure NetLoop is initialized when using NetConsoleJoe Hershberger2012-05-23-0/+6
* net: Fix net buffer initializationJoe Hershberger2012-05-23-14/+32
* net: Remove unused parameter from NetInitLoop()Joe Hershberger2012-05-23-2/+2
* net: Remove static allocation for MAC address in PingSend()Joe Hershberger2012-05-23-11/+8
* net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger2012-05-23-0/+12
* net: Fix unused variable compile warningJoe Hershberger2012-05-23-4/+3
* net: Don't write the "serverip" env var if configured not toJoe Hershberger2012-05-23-2/+6
* net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger2012-05-23-6/+30
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-23-55/+79
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-23-37/+48