summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-28sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu
2012-05-28sh: r0p7734: Add support I2C controllerNobuhiro Iwamatsu
2012-05-28sh: Add bit control functionsNobuhiro Iwamatsu
2012-05-28sh: Add support for r0p7734 boardNobuhiro Iwamatsu
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu
2012-05-25omap3_dss: cosmetic changesJeroen Hofstee
2012-05-25omap3_dss: add optional framebufferJeroen Hofstee
2012-05-25mx53loco: Add LCD supportFabio Estevam
2012-05-25mx5: Rename mx51_fb_init()Fabio Estevam
2012-05-25mx53: Allow IPUv3 driver to also work on mx53Fabio Estevam
2012-05-25mx51evk: Add LCD supportFabio Estevam
2012-05-25EXYNOS: display 32bpp bitmap TIZEN logoDonghwa Lee
2012-05-25create lib/tizen directoryDonghwa Lee
2012-05-25LCD: display 32bpp decompressed bitmap imageDonghwa Lee
2012-05-25common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin
2012-05-25common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin
2012-05-25common/lcd.c: use ARRAY_SIZEAnatolij Gustschin
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin
2012-05-25LCD: support another s6e8ax0 panel typeDonghwa Lee
2012-05-25LCD: change s6e8ax0 panel gamma valueDonghwa Lee
2012-05-25include/video.h: drop unused video_printf()Anatolij Gustschin
2012-05-23net: sh-eth: Add support Gigabit of SH7734Nobuhiro Iwamatsu
2012-05-23net: sh_eth: Add support SH7734 Ethernet deviceNobuhiro Iwamatsu
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-23net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger
2012-05-23net: Add link-local addressing supportJoe Hershberger
2012-05-23net: Separate ArpRequest() into lower-level funcJoe Hershberger
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger
2012-05-23net: Make sure NetLoop is initialized when using NetConsoleJoe Hershberger
2012-05-23net: Fix net buffer initializationJoe Hershberger
2012-05-23net: Remove unused parameter from NetInitLoop()Joe Hershberger
2012-05-23net: Remove static allocation for MAC address in PingSend()Joe Hershberger
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger
2012-05-23net: Fix unused variable compile warningJoe Hershberger
2012-05-23net: Don't write the "serverip" env var if configured not toJoe Hershberger
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger
2012-05-23net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger
2012-05-23net: Refactor ping receive handlerJoe Hershberger
2012-05-23net: Move debug trace to point of actionJoe Hershberger
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger
2012-05-23net: Refactor packet length computationsJoe Hershberger
2012-05-23net: Refactor NetSendUDPPacket to share more codeJoe Hershberger
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger
2012-05-23net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger
2012-05-23net: cosmetic: Rename tmp to reply_ip_addr in arp.cJoe Hershberger
2012-05-23net: cosmetic: Alphabetize includes in net.cJoe Hershberger
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger
2012-05-23net: cosmetic: Rename CDPHandler to cdp_receiveJoe Hershberger