linux-stable/drivers/memory/tegra
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
..
Kconfig memory: tegra30-emc: Print additional memory info 2022-01-27 10:40:34 +01:00
Makefile memory: tegra: Add Tegra234 support 2022-05-09 10:46:00 +02:00
mc.c memory: tegra-mc: simplify with scoped for each OF child loop 2024-08-21 13:23:34 +02:00
mc.h memory: tegra: Make CPU cluster BW request a multiple of MC channels 2023-05-16 12:11:01 +02:00
tegra20-emc.c memory: tegra20-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:35 +02:00
tegra20.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra30-emc.c memory: tegra30-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:35 +02:00
tegra30.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra114.c memory: tegra: Extract setup code into callback 2021-06-03 21:49:41 +02:00
tegra124-emc.c memory: tegra124-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:34 +02:00
tegra124.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra186-emc.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tegra186.c IOMMU Updates for Linux v6.8 2024-01-18 15:16:57 -08:00
tegra194.c memory: tegra: Add dummy implementation on Tegra194 2023-07-10 12:04:56 +02:00
tegra210-emc-cc-r21021.c memory: tegra: Rework update_clock_tree_delay() 2024-07-29 17:35:21 +02:00
tegra210-emc-core.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tegra210-emc-table.c memory: tegra: remove redundant variable initialization 2023-03-22 18:48:46 +01:00
tegra210-emc.h memory: tegra: Drop <linux/clk-provider.h> 2020-06-22 13:54:58 +02:00
tegra210-mc.h memory: tegra: Add EMC scaling support code for Tegra210 2020-06-22 13:54:57 +02:00
tegra210.c memory: tegra: Extract setup code into callback 2021-06-03 21:49:41 +02:00
tegra234.c memory: tegra: Fix indentation 2024-02-22 09:48:53 +01:00