]> www.infradead.org Git - users/jedix/linux-maple.git/commit
memory: ti-aemif: Wrap CS timings into a struct
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Wed, 4 Dec 2024 09:43:13 +0000 (10:43 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 9 Dec 2024 19:37:01 +0000 (20:37 +0100)
commit30b4da67655469bf8d4b8ba7c001096a1e10c7bf
treebb7e49a6e5170004eec8e5ade6227f755541f74c
parentb3d57e179607106d5b08a635c49b338c409357d4
memory: ti-aemif: Wrap CS timings into a struct

CS timings are store in the struct aemif_cs_data along with other CS
parameters. It isn't convenient for exposing CS timings to other drivers
without also exposing the other parameters.

Wrap the CS timings in a new struct aemif_cs_timings to simplify their
export in upcoming patches.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20241204094319.1050826-4-bastien.curutchet@bootlin.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/ti-aemif.c