On Mon, Nov 13, 2017 at 6:42 AM, Jyri Sarha <jsa...@ti.com> wrote: > This patch removes DRM_TILCDC_SLAVE_COMPAT option for supporting the > obsolete "ti,tilcdc,slave" device tree binding. The new of_graph based > binding - that is widely used in other drm driver too - has been > supported since Linux v4.2. Maintaining the the backwards dts > conversion code in 0the DRM_TILCDC_SLAVE_COMPAT has become a nuisance > for the device/of development so the we decided to drop it after Linux > v4.14, the 2017 LTS. > > Signed-off-by: Jyri Sarha <jsa...@ti.com> > --- > drivers/gpu/drm/tilcdc/Kconfig | 11 - > drivers/gpu/drm/tilcdc/Makefile | 3 - > drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c | 269 > ------------------------- > drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts | 72 ------- > drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h | 25 --- > 5 files changed, 380 deletions(-) > delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c > delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts > delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h
Acked-by: Rob Herring <r...@kernel.org> _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel