3
0
Fork 0
forked from mirrors/linux
kernel/drivers/gpu/drm/rockchip
Linus Torvalds e70140ba0d Get rid of 'remove_new' relic from platform driver struct
The continual trickle of small conversion patches is grating on me, and
is really not helping.  Just get rid of the 'remove_new' member
function, which is just an alias for the plain 'remove', and had a
comment to that effect:

  /*
   * .remove_new() is a relic from a prototype conversion of .remove().
   * New drivers are supposed to implement .remove(). Once all drivers are
   * converted to not use .remove_new any more, it will be dropped.
   */

This was just a tree-wide 'sed' script that replaced '.remove_new' with
'.remove', with some care taken to turn a subsequent tab into two tabs
to make things line up.

I did do some minimal manual whitespace adjustment for places that used
spaces to line things up.

Then I just removed the old (sic) .remove_new member function, and this
is the end result.  No more unnecessary conversion noise.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-12-01 15:12:43 -08:00
..
analogix_dp-rockchip.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
cdn-dp-core.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
cdn-dp-core.h drm/rockchip: cdn-dp: switch to struct drm_edid 2024-04-22 21:44:31 +03:00
cdn-dp-reg.c
cdn-dp-reg.h drm/rockchip: Fix a typo 2024-09-19 15:35:19 +02:00
dw-mipi-dsi-rockchip.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dw_hdmi-rockchip.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dw_hdmi_qp-rockchip.c drm/rockchip: avoid 64-bit division 2024-11-22 10:11:39 +01:00
inno_hdmi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
inno_hdmi.h drm/rockchip: inno_hdmi: Split power mode setting 2023-12-30 00:38:31 +01:00
Kconfig drm/rockchip: Add basic RK3588 HDMI output support 2024-10-17 15:14:21 +02:00
Makefile drm/rockchip: Add basic RK3588 HDMI output support 2024-10-17 15:14:21 +02:00
rk3066_hdmi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rk3066_hdmi.h
rockchip_drm_drv.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rockchip_drm_drv.h drm/rockchip: Add basic RK3588 HDMI output support 2024-10-17 15:14:21 +02:00
rockchip_drm_fb.c
rockchip_drm_fb.h
rockchip_drm_gem.c
rockchip_drm_gem.h
rockchip_drm_vop.c drm/rockchip: vop: Fix a dereferenced before check warning 2024-11-09 23:57:32 +01:00
rockchip_drm_vop.h drm/rockchip: vop: clear DMA stop bit on RK3066 2024-08-15 12:29:19 +02:00
rockchip_drm_vop2.c drm/rockchip: vop2: Fix the port mux of VP2 2024-04-25 16:58:28 +02:00
rockchip_drm_vop2.h drm/rockchip: vop2: rename VOP_FEATURE_OUTPUT_10BIT to VOP2_VP_FEATURE_OUTPUT_10BIT 2023-12-13 15:37:30 +01:00
rockchip_lvds.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rockchip_lvds.h
rockchip_rgb.c
rockchip_rgb.h
rockchip_vop2_reg.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rockchip_vop_reg.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
rockchip_vop_reg.h drm/rockchip: vop: Add output selection registers for RK312x 2023-12-30 00:33:11 +01:00