summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* edid: rename struct member to fix two EDID_* macrosChristian Gmeiner2013-08-12-1/+1
* exynos: video: change mipi dsi write function parameters correctlyDonghwa Lee2013-08-12-63/+66
* video: Add small 4x6 font from LinuxMarek Vasut2013-08-12-0/+2158
* video: Encapsulate font in video_font_data.hMarek Vasut2013-08-12-9/+7
* video: add an option to skip cfb console initHeiko Schocher2013-08-10-0/+15
* tools, bmp_logo: fix index from uint16_t to int to allow bigger logosHeiko Schocher2013-08-10-1/+1
* video, da8xx-fb: show fb addr in bdinfoHeiko Schocher2013-08-10-0/+1
* video, da8xx-fb: changes for am335x usageHeiko Schocher2013-08-10-58/+307
* arm, am33xx: add clk_get prototypeHeiko Schocher2013-08-10-0/+1
* video, da8xx: move da8xx-fb.h to drivers/videoHeiko Schocher2013-08-10-3/+4
* video: add L5F31188 TFT-LCD panel driverHyungwon Hwang2013-08-10-0/+193
* video: Fix cfb_console for 4-bit wide fontMarek Vasut2013-08-10-0/+21
* video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut2013-08-09-0/+26
* video: Add System-Mode configuration hook into mxsfbMarek Vasut2013-08-09-0/+16
* video: Allocate the MXSFB framebuffer alignedMarek Vasut2013-08-09-1/+2
* dma: apbh: Add special circular mode for LCDMarek Vasut2013-08-09-0/+24
* nds32: fix the missing COBJS-y changeken kuo2013-08-09-1/+1
* nds32: introduce DMA allocation APIken kuo2013-08-09-0/+33
* nds32: Change of NDS32 CustodianAndes2013-08-09-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-08-06-6/+6
|\
| * i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut2013-08-03-6/+6
* | dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren2013-08-02-1/+1
* | dts/Makefile: don't use cpp -PStephen Warren2013-08-02-1/+1
* | config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-02-60/+1
* | dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren2013-08-02-7/+0
* | dt: don't use ARCH_CPU_DTSStephen Warren2013-08-02-3/+3
* | dts/Makefile: unify cpp/dtc include pathsStephen Warren2013-08-02-2/+9
* | dts/Makefile: simplify dtc invocationStephen Warren2013-08-02-7/+3
* | xilinx: move microblaze-generic .dts to standard locationStephen Warren2013-08-02-2/+1
* | Validate dtc is new enoughStephen Warren2013-08-02-1/+28
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-01-158/+423
|\
| * ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-29-1/+3
| * usb_hub: fix power cycling logicNikita Kiryanov2013-07-29-2/+2
| * usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros2013-07-29-12/+15
| * dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-29-1/+28
| * usb: mv_udc: Add bounce bufferMarek Vasut2013-07-29-8/+82
| * usb: mv_udc: Add proper cache managementMarek Vasut2013-07-29-5/+77
| * usb: mv_udc: Implement better qTD item accessorMarek Vasut2013-07-29-2/+15
| * usb: mv_udc: Improve allocation of qTD itemsMarek Vasut2013-07-29-2/+24
| * usb: mv_udc: Implement better QH accessorMarek Vasut2013-07-29-5/+18
| * usb: mv_udc: Add cacheline length checkMarek Vasut2013-07-29-0/+10
| * usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut2013-07-29-8/+18
| * usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut2013-07-29-13/+15
| * usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut2013-07-29-3/+3
| * usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut2013-07-29-3/+4
| * usb: mv_udc: Clean up the initial variable checkMarek Vasut2013-07-29-6/+5
| * usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut2013-07-29-21/+26
| * usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2013-07-29-10/+14
| * usb: mv_udc: Clean up the EP initializationMarek Vasut2013-07-29-13/+27
| * usb: mv_udc: Move endpoint array into driver dataMarek Vasut2013-07-29-32/+33