linux-yocto/drivers/gpu/host1x
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
..
hw gpu: host1x: Add MLOCK recovery for rest of engines 2024-08-29 20:14:29 +02:00
bus.c driver core: have match() callback in struct bus_type take a const * 2024-07-03 15:16:54 +02:00
bus.h
cdma.c
cdma.h
channel.c
channel.h
context_bus.c gpu: host1x: Make host1x_context_device_bus_type constant 2024-08-29 20:14:29 +02:00
context.c gpu: host1x: Set up device DMA parameters 2024-09-25 21:21:23 +02:00
context.h
debug.c
debug.h
dev.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dev.h gpu: host1x: Fix _writel function declarations 2024-08-29 20:14:29 +02:00
fence.c
fence.h
intr.c gpu: host1x: Request syncpoint IRQs only during probe 2024-08-28 17:28:48 +02:00
intr.h gpu: host1x: Request syncpoint IRQs only during probe 2024-08-28 17:28:48 +02:00
job.c
job.h
Kconfig
Makefile
mipi.c gpu: host1x: mipi: Benefit from devm_clk_get_prepared() 2024-05-27 10:13:55 +02:00
syncpt.c
syncpt.h