summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2012-06-0732-122/+6123
|\
| * video: atmel/lcd: add LCD driver for new Atmel SoCBo Shen2012-06-054-1/+445
| * video: cfb_console: flush dcache for frame buffer in DRAMAnatolij Gustschin2012-06-051-0/+35
| * cfb_console: Ignore bell characterPali Rohár2012-06-051-0/+3
| * cfb_console: Add console_clear_line functionPali Rohár2012-06-041-13/+36
| * cfb_console: Fix function console_backPali Rohár2012-06-041-2/+0
| * omap3_dss: cosmetic changesJeroen Hofstee2012-05-252-40/+17
| * omap3_dss: add optional framebufferJeroen Hofstee2012-05-253-3/+80
| * mx53loco: Add LCD supportFabio Estevam2012-05-252-1/+84
| * mx5: Rename mx51_fb_init()Fabio Estevam2012-05-254-4/+4
| * mx53: Allow IPUv3 driver to also work on mx53Fabio Estevam2012-05-252-23/+27
| * mx51evk: Add LCD supportFabio Estevam2012-05-252-1/+71
| * EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee2012-05-256-9/+46
| * create lib/tizen directoryDonghwa Lee2012-05-256-0/+5218
| * LCD: display 32bpp decompressed bitmap imageDonghwa Lee2012-05-251-3/+16
| * common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin2012-05-251-3/+3
| * common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin2012-05-251-10/+6
| * common/lcd.c: use ARRAY_SIZEAnatolij Gustschin2012-05-251-2/+2
| * cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2012-05-252-2/+2
| * LCD: support another s6e8ax0 panel typeDonghwa Lee2012-05-253-1/+25
| * LCD: change s6e8ax0 panel gamma valueDonghwa Lee2012-05-251-4/+4
| * include/video.h: drop unused video_printf()Anatolij Gustschin2012-05-251-1/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2012-06-072-1/+7
|\ \
| * | avr32:board.c: fix compile warningAndreas Bießmann2012-06-041-1/+0
| * | avr32:grasshopper: fix PHY initialisationAndreas Bießmann2012-06-041-0/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2012-06-075-70/+79
|\ \
| * | MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2012-06-033-7/+14
| * | MIPS: bootm_qemu_mips.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-031-12/+14
| * | MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-031-51/+51
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2012-06-0725-3/+2329
|\ \
| * | sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4Nobuhiro Iwamatsu2012-05-281-1/+1
| * | sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy2012-05-289-0/+401
| * | sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards wit...Nobuhiro Iwamatsu2012-05-285-0/+6
| * | sh: Add support for AP-SH4A-4A boardNobuhiro Iwamatsu2012-05-286-0/+872
| * | sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu2012-05-281-0/+27
| * | sh: r0p7734: Add support I2C controllerNobuhiro Iwamatsu2012-05-282-1/+36
| * | sh: Add bit control functionsNobuhiro Iwamatsu2012-05-281-3/+40
| * | sh: Add support for r0p7734 boardNobuhiro Iwamatsu2012-05-286-0/+893
| * | sh: Add support Renesas SH7734Nobuhiro Iwamatsu2012-05-283-0/+55
| |/
* | MPC8xxx: Define cache ops for USBMarek Vasut2012-06-076-0/+108
|/
* net: sh-eth: Add support Gigabit of SH7734Nobuhiro Iwamatsu2012-05-232-1/+11
* net: sh_eth: Add support SH7734 Ethernet deviceNobuhiro Iwamatsu2012-05-232-28/+74
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-238-38/+68
* net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger2012-05-231-0/+14
* net: Add link-local addressing supportJoe Hershberger2012-05-238-2/+490
* net: Separate ArpRequest() into lower-level funcJoe Hershberger2012-05-232-9/+15
* net: Don't copy every packet that waits for an ARPJoe Hershberger2012-05-235-38/+23
* net: Make sure NetLoop is initialized when using NetConsoleJoe Hershberger2012-05-231-0/+6
* net: Fix net buffer initializationJoe Hershberger2012-05-232-14/+32
* net: Remove unused parameter from NetInitLoop()Joe Hershberger2012-05-231-2/+2
OpenPOWER on IntegriCloud