[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241214103429.17501-1-krzysztof.kozlowski@linaro.org>
Date: Sat, 14 Dec 2024 11:34:28 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
linux-mtd@...ts.infradead.org,
Bastien Curutchet <bastien.curutchet@...tlin.com>,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] memory: stable tag with TI AEMIF for v6.14
Hi,
TI AEMIF memory bits for NAND/MTD.
Best regards,
Krzysztof
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-ti-6.14
for you to fetch changes up to df8e78607d4795806b59564ba7a3e2e125d119fc:
memory: ti-aemif: Export aemif_*_cs_timings() (2024-12-09 20:38:27 +0100)
----------------------------------------------------------------
Memory controller drivers for v6.14 - TI
TI AEMIF driver enhancements: some refactoring around timing
parameters and finally adding plus exporting interfaces for devices
using the AEMIF interface (e.g. TI Davinci NAND controller) to better
configure the memory interface.
The exported functions are going to be used by:
drivers/mtd/nand/raw/davinci_nand.c
----------------------------------------------------------------
Bastien Curutchet (6):
memory: ti-aemif: Store timings parameter in number of cycles - 1
memory: ti-aemif: Remove unnecessary local variables
memory: ti-aemif: Wrap CS timings into a struct
memory: ti-aemif: Create aemif_check_cs_timings()
memory: ti-aemif: Create aemif_set_cs_timings()
memory: ti-aemif: Export aemif_*_cs_timings()
drivers/memory/ti-aemif.c | 192 ++++++++++++++++++++++++----------------
include/linux/memory/ti-aemif.h | 32 +++++++
2 files changed, 148 insertions(+), 76 deletions(-)
create mode 100644 include/linux/memory/ti-aemif.h
Powered by blists - more mailing lists