summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-12exynos: video: change mipi dsi write function parameters correctlyDonghwa Lee
2013-08-12video: Add small 4x6 font from LinuxMarek Vasut
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut
2013-08-10video: add an option to skip cfb console initHeiko Schocher
2013-08-10tools, bmp_logo: fix index from uint16_t to int to allow bigger logosHeiko Schocher
2013-08-10video, da8xx-fb: show fb addr in bdinfoHeiko Schocher
2013-08-10video, da8xx-fb: changes for am335x usageHeiko Schocher
2013-08-10arm, am33xx: add clk_get prototypeHeiko Schocher
2013-08-10video, da8xx: move da8xx-fb.h to drivers/videoHeiko Schocher
2013-08-10video: add L5F31188 TFT-LCD panel driverHyungwon Hwang
2013-08-10video: Fix cfb_console for 4-bit wide fontMarek Vasut
2013-08-09video: Implement continuous screen refresh for SmartLCD into mxsfbMarek Vasut
2013-08-09video: Add System-Mode configuration hook into mxsfbMarek Vasut
2013-08-09video: Allocate the MXSFB framebuffer alignedMarek Vasut
2013-08-09dma: apbh: Add special circular mode for LCDMarek Vasut
2013-08-09nds32: fix the missing COBJS-y changeken kuo
2013-08-09nds32: introduce DMA allocation APIken kuo
2013-08-09nds32: Change of NDS32 CustodianAndes
2013-08-06Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-08-03i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut
2013-08-02dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren
2013-08-02dts/Makefile: don't use cpp -PStephen Warren
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren
2013-08-02dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren
2013-08-02dt: don't use ARCH_CPU_DTSStephen Warren
2013-08-02dts/Makefile: unify cpp/dtc include pathsStephen Warren
2013-08-02dts/Makefile: simplify dtc invocationStephen Warren
2013-08-02xilinx: move microblaze-generic .dts to standard locationStephen Warren
2013-08-02Validate dtc is new enoughStephen Warren
2013-08-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-07-31spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin
2013-07-31blackfin: Fix using gd->baudrate before setting its valueAxel Lin
2013-07-31blackfin: gpio: Use proper mask for comparing functionAxel Lin
2013-07-31gpio: adi_gpio2: Unreserve gpio in special_gpio_free()Axel Lin
2013-07-31blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin
2013-07-30cfi_flash: Add prototypes of overridable functionsMasahiro Yamada
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut