summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2010-08-09 15:46:35 +0530
committerKevin Hilman <khilman@deeprootsystems.com>2010-09-24 07:40:26 -0700
commit8060ef4da9e73f461adf2ba1922ea5400a61cf98 (patch)
treec2b32a3ba886a40803aba15dd6f52852e912b846 /scripts/patch-kernel
parent13d36a923da6a1e0584e07d91320373c790c01c3 (diff)
downloadkernel-8060ef4da9e73f461adf2ba1922ea5400a61cf98.tar.gz
davinci: add support for aemif timing configuration
This patch adds support to configure the AEMIF interface with supplied timing values. Since this capability is useful both from NOR and NAND flashes, it is provided as a new interface and in a file of its own. AEMIF timing configuration is required in cases: 1) Where the AEMIF clock rate can change at runtime (a side affect of cpu frequency change). 2) Where U-Boot does not support NAND/NOR but supports other media like SPI Flash or MMC/SD and thus does not care about setting up the AEMIF timing for kernel to use. 3) Where U-Boot just hasn't configured the timing values and cannot be upgraded because the box is already in the field. Since there is now a header file for AEMIF interface, the common (non-NAND specific) defines for AEMIF registers have been moved from nand.h into the newly created aemif.h Signed-off-by: Sekhar Nori <nsekhar@ti.com> Acked-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
379'>fscache: Fix fscache_cookie_put() to not deref after decDavid Howells 2021-08-27fscache: Fix cookie key hashingDavid Howells 2021-08-27fscache: Remove the object list procfileDavid Howells 2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells 2021-08-27fscache: Procfile to display cookiesDavid Howells 2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells 2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells 2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig 2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig 2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells 2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells 2018-04-04fscache: Add tracepointsDavid Howells 2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells