summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart2018-09-0314-447/+362Star
* drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart2018-09-0312-74/+25Star
* drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart2018-09-0314-14/+14
* drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart2018-09-0314-92/+12Star
* drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart2018-09-0317-31/+55
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-0321-321/+256Star
* drm/omap: dss: Allow looking up any device by portLaurent Pinchart2018-09-034-16/+16
* drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart2018-09-033-39/+23Star
* drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart2018-09-034-37/+19Star
* drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart2018-09-034-9/+46
* drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart2018-09-032-6/+6
* drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart2018-09-032-6/+0Star
* drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart2018-09-0315-30/+3Star
* drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart2018-09-0314-18/+18
* drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart2018-09-031-10/+0Star
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-039-92/+0Star
* drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart2018-09-033-66/+0Star
* drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart2018-09-031-3/+10
* drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha2018-09-033-24/+17Star
* drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart2018-09-031-1/+2
* drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi2018-09-032-14/+3Star
* drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi2018-09-033-0/+21
* drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi2018-09-032-35/+62
* drm/omap: Allocate drm_device earlier and unref it as last stepPeter Ujfalusi2018-09-031-16/+13Star
* Linux 4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485Star
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12Star
| * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11Star
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58Star
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40Star
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23Star
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-222-27/+25Star
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-227-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10Star
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12Star
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7Star
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-221-22/+4Star
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5Star
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-221-40/+4Star
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5Star
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5Star
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7Star
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4Star
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-221-34/+13Star
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-221-38/+12Star