index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Commit message (
Expand
)
Author
Age
...
|
*
|
mtd: txx9ndfmc: use devm_request_and_ioremap
Julia Lawall
2012-01-09
|
*
|
mtd: gpio-nand: add device tree bindings
Jamie Iles
2012-01-09
|
*
|
mtd: nand: Add ONFI support for FSL NAND controller
Shengzhou Liu
2012-01-09
|
*
|
mtd: nand: fixup for fmr initialization of Freescale NAND controller
Shengzhou Liu
2012-01-09
|
*
|
mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctly
Liu Shuo
2012-01-09
|
*
|
mtd: davinci: if no amif timing is passed, don; t setup cscfg register
Heiko Schocher
2012-01-09
|
*
|
mtd: nand: set correct length to FBCR for a non-full-page write
Liu Shuo
2012-01-09
|
*
|
mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPAR
Liu Shuo
2012-01-09
|
*
|
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
2012-01-09
|
*
|
mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS
Shubhrajyoti D
2012-01-09
|
*
|
mtd: nand: scan 1st and 2nd page for Macronix SLC
Brian Norris
2012-01-09
|
*
|
mtd: nand: add 512 Mbit device code (Macronix)
Brian Norris
2012-01-09
|
*
|
mtd: nand: add Macronix manufacturer
Brian Norris
2012-01-09
*
|
|
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-01-09
|
\
\
\
|
*
\
\
Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...
Arnd Bergmann
2012-01-03
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
mtd: gpmi-lib: convert to clk_prepare/clk_unprepare
Shawn Guo
2011-12-28
|
|
|
/
*
|
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-01-09
|
\
\
\
|
*
|
|
Merge branch 'depends/rmk/restart' into next/cleanup
Arnd Bergmann
2012-01-07
|
|
\
|
|
|
*
|
|
ARM: at91/nand: use gpio_is_valid to check the gpio
Jean-Christophe PLAGNIOL-VILLARD
2011-11-29
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-01-08
|
\
\
\
|
*
|
|
mtd: drop select of MTD_PARTITIONS
Paul Bolle
2011-11-13
|
|
/
/
*
|
|
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2012-01-06
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
USB: convert some miscellanies drivers to use module_usb_driver()
Greg Kroah-Hartman
2011-11-18
|
|
/
*
|
mtd: gpmi: add missing include 'module.h'
Wolfram Sang
2011-12-05
*
|
mtd: ndfc: fix typo in structure dereference
Tony Breeds
2011-12-02
|
/
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2011-11-07
|
\
|
*
mtd: nand: initialize ops.mode
Brian Norris
2011-10-16
|
*
mtd: nand_h1900 never worked
Arnd Bergmann
2011-10-16
|
*
mtd: r852: make r852_pm_ops static
Axel Lin
2011-10-01
|
*
mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocks
Wolfram Stering
2011-09-23
|
*
mtd: nand: switch `check_pattern()' to standard `memcmp()'
Brian Norris
2011-09-21
|
*
mtd: nand: invalidate cache on unaligned reads
Brian Norris
2011-09-21
|
*
mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB set
Brian Norris
2011-09-21
|
*
mtd: nand: wait to set BBT version
Brian Norris
2011-09-21
|
*
mtd: nand: scrub BBT on ECC errors
Brian Norris
2011-09-21
|
*
mtd: nand: report ECC errors properly when reading BBT
Brian Norris
2011-09-21
|
*
mtd: utilize `mtd_is_*()' functions
Brian Norris
2011-09-21
|
*
mtd: nand: remove gotos in `check_create()'
Brian Norris
2011-09-11
|
*
mtd: nand: begin restructuring check_create
Brian Norris
2011-09-11
|
*
mtd: nand: fix style
Brian Norris
2011-09-11
|
*
mtd: nand: remove unnecessary variable
Brian Norris
2011-09-11
|
*
mtd: nand: do not ignore all ECC errors
Brian Norris
2011-09-11
|
*
mtd: nand: refactor scanning code
Brian Norris
2011-09-11
|
*
mtd: nand: kill member `ops' of `struct nand_chip'
Brian Norris
2011-09-11
|
*
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
2011-09-11
|
*
mtd: support reading OOB without ECC
Brian Norris
2011-09-11
|
*
mtd: support writing OOB without ECC
Brian Norris
2011-09-11
|
*
mtd: add the common code for GPMI-NAND controller driver
Huang Shijie
2011-09-11
|
*
mtd: add GPMI-NAND driver in the config and Makefile
Huang Shijie
2011-09-11
|
*
mtd: add helper functions library and header files for GPMI NAND driver
Huang Shijie
2011-09-11
[prev]
[next]