commit | 9b0b5648d6e4d89aa594022e48894e811c250d5f | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Thu Oct 20 16:30:49 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 26 15:21:12 2022 -0400 |
tree | b4ace98fe43682d20639adab97778dca140149c2 | |
parent | 37d6d1645a33e410ca0fd9b56c03426b646df1fd [diff] |
memory: Add TI GPMC driver The GPMC is a unified memory controller dedicated for interfacing with external memory devices like - Asynchronous SRAM-like memories and ASICs - Asynchronous, synchronous, and page mode burst NOR flash - NAND flash - Pseudo-SRAM devices This driver will take care of setting up the GPMC based on the settings specified in the Device tree and then probe its children. Signed-off-by: Roger Quadros <rogerq@kernel.org>