summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/am335x/am335x_lcd.c
Commit message (Expand)AuthorAgeFilesLines
* Somewhat improve HDMI event APIgonzo2015-11-141-2/+2
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredgonzo2015-11-141-1/+0
* If there is panel info in DTB do not wait for HDMI event and setupgonzo2015-07-251-2/+5
* Add HDMI support to Beaglebone Black:gonzo2015-06-181-171/+408
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-2/+2
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-221-49/+98
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-251-3/+48
* After interrupt read value from register to make sure it reached hardware. Thisgonzo2015-01-241-0/+4
* Write ACK for all kinds of LCDC interruptsgonzo2015-01-221-2/+3
* Properly clear IRQ status in order to fix "Spurious IRQ" message from AINT.gonzo2015-01-201-0/+3
* Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...gonzo2015-01-181-13/+27
* Remove extra semicolons.kevlo2014-06-061-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* - Request non-cached memory for framebuffergonzo2013-06-271-2/+24
* AM335x LCD controller driver with syscons supportgonzo2013-05-271-0/+667
OpenPOWER on IntegriCloud