[PATCH 0/3] memory: ti-aemif: code shrink

Bartosz Golaszewski posted 3 patches 1 year, 6 months ago
drivers/memory/ti-aemif.c              | 60 +++++-----------------------------
include/linux/platform_data/ti-aemif.h | 45 -------------------------
2 files changed, 8 insertions(+), 97 deletions(-)
[PATCH 0/3] memory: ti-aemif: code shrink
Posted by Bartosz Golaszewski 1 year, 6 months ago
Here are a couple updates for the aemif driver that result in a significant
code shrink.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (3):
      memory: ti-aemif: remove platform data support
      memory: ti-aemif: use devm_clk_get_enabled() and shrink the code
      memory: ti-aemif: don't needlessly iterate over child nodes

 drivers/memory/ti-aemif.c              | 60 +++++-----------------------------
 include/linux/platform_data/ti-aemif.h | 45 -------------------------
 2 files changed, 8 insertions(+), 97 deletions(-)
---
base-commit: 61c01d2e181adfba02fe09764f9fca1de2be0dbe
change-id: 20240809-ti-aemif-aff0d6a0722e

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: [PATCH 0/3] memory: ti-aemif: code shrink
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On Fri, 09 Aug 2024 16:15:53 +0200, Bartosz Golaszewski wrote:
> Here are a couple updates for the aemif driver that result in a significant
> code shrink.
> 
> 

Applied, thanks!

[1/3] memory: ti-aemif: remove platform data support
      https://git.kernel.org/krzk/linux-mem-ctrl/c/8c38617722bdf57a90e6c77ed9ee5ebb60958d2a
[2/3] memory: ti-aemif: use devm_clk_get_enabled() and shrink the code
      https://git.kernel.org/krzk/linux-mem-ctrl/c/f6ae541cc3355fe872d4c942dc47d67877951d17
[3/3] memory: ti-aemif: don't needlessly iterate over child nodes
      https://git.kernel.org/krzk/linux-mem-ctrl/c/23a641d5c2bce4c723fff9118a5d865ee6b9d05a

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>