1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/bridge
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
..
adv7511 drm next for 6.11-rc1: 2024-07-18 09:34:02 -07:00
analogix drm/bridge: anx7625: Drop EDID cache on bridge power off 2024-10-03 13:23:51 -07:00
cadence Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
imx Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
synopsys Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
aux-bridge.c Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
aux-hpd-bridge.c drm/bridge: aux: allow interlaced and YCbCr 420 output 2024-10-24 22:42:26 +03:00
chipone-icn6211.c drm/bridge: chipone-icn6211: drop driver owner assignment 2024-04-24 12:42:45 +03:00
chrontel-ch7033.c drm/bridge: chrontel-ch7033: switch to drm_bridge_edid_read() 2024-02-08 17:11:04 +02:00
cros-ec-anx7688.c drm: Switch i2c drivers back to use .probe() 2023-05-30 16:55:16 -07:00
display-connector.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
fsl-ldb.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
ite-it6263.c drm/bridge: Add ITE IT6263 LVDS to HDMI converter 2024-11-05 13:26:43 +02:00
ite-it6505.c drm/bridge: it6505: Fix inverted reset polarity 2024-11-04 20:46:43 +08:00
ite-it66121.c drm/bridge: ite-it66121: Drop hdmi_avi_infoframe_init() function call 2024-10-21 14:48:08 +02:00
Kconfig drm/bridge: Add ITE IT6263 LVDS to HDMI converter 2024-11-05 13:26:43 +02:00
lontium-lt8912b.c drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid() 2024-08-19 15:20:46 +02:00
lontium-lt9211.c drm/bridge: lt9211: Convert to use maple tree register cache 2023-10-02 09:09:19 +02:00
lontium-lt9611.c drm/bridge: lt9611: use HDMI Connector helper to set InfoFrames 2024-10-12 11:09:55 +03:00
lontium-lt9611uxc.c drm/bridge: lt9611uxc: drop support for !DRM_BRIDGE_ATTACH_NO_CONNECTOR 2024-08-06 15:21:49 +02:00
lvds-codec.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
Makefile drm/bridge: Add ITE IT6263 LVDS to HDMI converter 2024-11-05 13:26:43 +02:00
megachips-stdpxxxx-ge-b850v3-fw.c drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: Remove a redundant check on existence of bridge->encoder 2024-05-13 18:31:07 +02:00
microchip-lvds.c drm/bridge: add lvds controller support for sam9x7 2024-04-23 09:29:43 +02:00
nwl-dsi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
nwl-dsi.h drm/bridge: nwl-dsi: Use vsync/hsync polarity from display mode 2024-08-19 15:36:47 +02:00
nxp-ptn3460.c drm/bridge: nxp-ptn3460: Remove a redundant check on existence of bridge->encoder 2024-05-13 18:31:01 +02:00
panel.c Linux 6.10-rc6 2024-07-05 10:47:28 +02:00
parade-ps8622.c drm: Explicitly include correct DT includes 2023-07-21 09:12:43 +02:00
parade-ps8640.c drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in the error case 2024-01-17 12:08:02 -08:00
samsung-dsim.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
sii902x.c drm/bridge: sii902x: Set input bus format based on bus-width 2024-10-21 14:49:41 +02:00
sii9234.c drm/bridge: add missing MODULE_DESCRIPTION() macros 2024-06-10 12:44:38 +02:00
sil-sii8620.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
sil-sii8620.h
simple-bridge.c drm: bridge: simple-bridge: use devm_drm_bridge_add in probe 2024-06-19 10:50:30 +02:00
tc358762.c drm/bridge: tc358762: Handle HS/VS polarity 2023-06-22 11:13:31 +02:00
tc358764.c drm/bridge: tc358764: drop driver owner assignment 2024-04-24 12:42:45 +03:00
tc358767.c Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
tc358768.c drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
tc358775.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
thc63lvd1024.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
ti-dlpc3433.c drm/bridge: dpc3433: Constify struct regmap_config 2024-10-19 17:26:32 +03:00
ti-sn65dsi83.c Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" 2024-05-02 23:40:13 +02:00
ti-sn65dsi86.c Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2024-10-09 09:03:46 +10:00
ti-tdp158.c drm/bridge/tdp158: fix build failure 2024-09-04 12:20:01 +03:00
ti-tfp410.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
ti-tpd12s015.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00