Gitiles Standalone
repos
/
linux-5.10
/
f2abfeb2078b9682bfeb77f91816fcf2177b3051
/
drivers
/
mtd
/
nand
/
raw
/
fsmc_nand.c
f2abfeb
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
by Boris Brezillon
· 7 years ago
550b9fc
mtd: rawnand: fsmc: Stop implementing ->select_chip()
by Boris Brezillon
· 7 years ago
41d6f0d
mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hwecc
by Gustavo A. R. Silva
· 7 years ago
309600c
mtd: rawnand: Allow selection of ECC byte ordering at runtime
by Boris Brezillon
· 7 years ago
3cece3a
mtd: rawnand: Deprecate ->chip_delay
by Boris Brezillon
· 7 years ago
858838b
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
by Boris Brezillon
· 7 years ago
758b56f
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
by Boris Brezillon
· 7 years ago
b976168
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
by Boris Brezillon
· 7 years ago
00da2ea
mtd: rawnand: Pass a nand_chip object to ecc->correct()
by Boris Brezillon
· 7 years ago
af37d2c
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
by Boris Brezillon
· 7 years ago
ec47636
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
by Boris Brezillon
· 7 years ago
59ac276
mtd: rawnand: Pass a nand_chip object to nand_release()
by Boris Brezillon
· 7 years ago
00ad378
mtd: rawnand: Pass a nand_chip object to nand_scan()
by Boris Brezillon
· 7 years ago
3bbddfa
mtd: rawnand: fsmc: convert driver to nand_scan()
by Miquel Raynal
· 7 years ago
79e1ca3
mtd: rawnand: fsmc: Stop using chip->read_buf()
by Boris Brezillon
· 7 years ago
f55824c
mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned ones
by Boris Brezillon
· 7 years ago
8f3931e
mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPS
by Boris Brezillon
· 7 years ago
682cae2
mtd: rawnand: fsmc: fix the probe function error path
by Miquel Raynal
· 7 years ago
43fab01
mtd: rawnand: fsmc: clean the probe function style
by Miquel Raynal
· 7 years ago
4da712e
mtd: nand: fsmc: use ->exec_op()
by Miquel Raynal
· 8 years ago
4df6ed4
mtd: nand: fsmc: get rid of IO_ADDR_[R|W]
by Miquel Raynal
· 8 years ago
93db446
mtd: nand: move raw NAND related code to the raw/ subdir
by Boris Brezillon
· 8 years ago
[Renamed from drivers/mtd/nand/fsmc_nand.c]
7b6afee
mtd: nand: Add missing copyright information
by Boris Brezillon
· 8 years ago
187c5448
mtd: nand: State when references to other drivers are no longer valid
by Boris Brezillon
· 8 years ago
43a0a45
mtd: nand: Get rid of comments giving the file path inside the file itself
by Boris Brezillon
· 8 years ago
c0313b9
mtd: nand: squash struct nand_buffers into struct nand_chip
by Masahiro Yamada
· 8 years ago
97d90da
mtd: nand: provide several helpers to do common NAND operations
by Boris Brezillon
· 8 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 8 years ago
104e442
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 8 years ago
838ff7b
mtd: nand: fsmc_nand: handle on-die ECC case
by Thomas Petazzoni
· 8 years ago
1debdb9
mtd: nand: fsmc: remove default timings
by Thomas Petazzoni
· 8 years ago
d9fb079
mtd: nand: fsmc: add support for SDR timings
by Thomas Petazzoni
· 8 years ago
6335b50
mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup()
by Thomas Petazzoni
· 8 years ago
33575b2
mtd: nand: fsmc: remove CONFIG_OF conditional
by Thomas Petazzoni
· 8 years ago
77cc88d
mtd: nand: fsmc: remove unused definitions
by Thomas Petazzoni
· 8 years ago
fb8ed2c
mtd: nand: fsmc: use devm_clk_get()
by Thomas Petazzoni
· 8 years ago
a1b1e1d
mtd: nand: fsmc: finally remove fsmc_nand_platform_data
by Thomas Petazzoni
· 8 years ago
c0d218c
mtd: nand: fsmc: remove duplicate nand_set_flash_node()
by Thomas Petazzoni
· 8 years ago
ede29a0
mtd: nand: fsmc: kill {nr_, }partitions structure fields
by Thomas Petazzoni
· 8 years ago
feb1e57
mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data
by Thomas Petazzoni
· 8 years ago
a04271a
mtd: nand: fsmc: remove fsmc_select_chip()
by Thomas Petazzoni
· 8 years ago
6324fb9
mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data
by Thomas Petazzoni
· 8 years ago
e7cda01
mtd: nand: fsmc: move fsmc_nand_data definition
by Thomas Petazzoni
· 8 years ago
ee56874
mtd: nand: fsmc: fix NAND width handling
by Thomas Petazzoni
· 8 years ago
4404d7d
mtd: nand: fsmc: remove stale non-DT probe path
by Linus Walleij
· 9 years ago
ad5678e
mtd: nand: fsmc: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 9 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
ef296dc
mtd: nand: fsmc: validate ECC setup by checking algorithm directly
by Rafał Miłecki
· 9 years ago
04a123a
mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct
by Boris Brezillon
· 10 years ago
22b4695
mtd: nand: fsmc: switch to mtd_ooblayout_ops
by Boris Brezillon
· 10 years ago
d699ed2
mtd: nand: make use of nand_set/get_controller_data() helpers
by Boris BREZILLON
· 10 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 10 years ago
bdf3a55
mtd: nand: fsmc: use the mtd instance embedded in struct nand_chip
by Boris BREZILLON
· 10 years ago
277af42
mtd: nand: fsmc: create and use mtd_to_fsmc()
by Boris BREZILLON
· 10 years ago
4bd4ebc
mtd: nand: make use of mtd_to_nand() in NAND drivers
by Boris BREZILLON
· 10 years ago
a61ae81
mtd: nand: drop unnecessary partition parser data
by Brian Norris
· 10 years ago
6375219
mtd: nand: convert to nand_set_flash_node()
by Brian Norris
· 10 years ago
e278fc7
mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600
by Stefan Roese
· 10 years ago
ddece7b
mtd: nand: fsmc_nand: show parent device in sysfs
by Frans Klaver
· 10 years ago
6efadcf
mtd: nand: fsmc: Remove BUG macros
by Stefan Roese
· 10 years ago
cbf29b8
mtd: nand: fsmc: Small whitespace cleanup
by Stefan Roese
· 10 years ago
818a45b
mtd: fsmc_nand: match wait_for_completion_timeout return type
by Nicholas Mc Guire
· 10 years ago
0bda3e1
mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value
by Nicholas Mc Guire
· 10 years ago
62b57f4
mtd: fsmc_nand.c: Use default timings if none are provided in the dts
by Stefan Roese
· 10 years ago
5cfb36e
mtd: nand: drop owner assignment from platform_drivers
by Wolfram Sang
· 11 years ago
b177ea3
mtd: fsmc_nand: use dmaengine_terminate_all() API
by Vinod Koul
· 11 years ago
67b19a6
mtd: fsmc_nand: use dev_warn() instead of printk()
by Jingoo Han
· 12 years ago
d9a21ae
mtd: fsmc_nand: Remove unnecessary OOM messages
by Jingoo Han
· 12 years ago
0776ae7
dmaengine: remove DMA unmap flags
by Bartlomiej Zolnierkiewicz
· 12 years ago
44a417f
mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resource
by Julia Lawall
· 12 years ago
ccc109d
mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
64ddba4
mtd: nand: fsmc: update of OF support
by Mian Yousaf Kaukab
· 12 years ago
80ce4dd
mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functions
by Jingoo Han
· 12 years ago
307d2a51
mtd: fsmc_nand: use module_platform_driver_probe()
by Jingoo Han
· 12 years ago
5115f3c
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
a8f3740
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
ba78520
ARM: nomadik: add FSMC NAND
by Linus Walleij
· 13 years ago
b0de774
mtd: Convert to devm_ioremap_resource()
by Thierry Reding
· 13 years ago
d1806a5
mtd: fsmc_nand: add missing DMA unmap to dma_xfer()
by Bartlomiej Zolnierkiewicz
· 13 years ago
d892994
Drivers: mtd: remove __dev* attributes.
by Greg Kroah-Hartman
· 13 years ago
06f2551
mtd: remove use of __devinit
by Bill Pemberton
· 13 years ago
a4742d5
mtd: fsmc_nand: use relaxed variants of io accessors
by Vipin Kumar
· 13 years ago
928aa2a
mtd: fsmc_nand: modify the wait to uninterruptible
by Vipin Kumar
· 13 years ago
605add7
mtd: fsmc_nand: change the type for regs to void __iomem *
by Vipin Kumar
· 13 years ago
6d7b42a
mtd: fsmc_nand: pass the ale and cmd resource via resource
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
1fbb938
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
by Brian Norris
· 13 years ago
3f91e94
mtd: nand: read_page() returns max_bitflips
by Mike Dunn
· 13 years ago
e25da1c
mtd: fsmc_nand: Add clk_{un}prepare() support
by Viresh Kumar
· 13 years ago
eea6281
mtd: Add device-tree support to fsmc_nand
by Stefan Roese
· 13 years ago
2a5dbead
mtd: nand/fsmc: Remove sparse warnings and errors
by Vipin Kumar
· 13 years ago
4774fb0
mtd: nand/fsmc: Add DMA support
by Vipin Kumar
· 13 years ago
604e754
mtd: nand/fsmc: Access the NAND device word by word whenever possible
by Vipin Kumar
· 13 years ago
712c4ad
mtd: nand/fsmc: Use dev_err to report error scenario
by Vipin Kumar
· 13 years ago
82b9dbe
mtd: nand/fsmc: Use devm routines
by Vipin Kumar
· 13 years ago
e2f6bce
mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform
by Vipin Kumar
· 13 years ago
f63acb7
mtd: fsmc_nand: add pm callbacks to support hibernation
by Shiraz Hashim
· 13 years ago
467e6e7
mtd: nand/fsmc: Initialize the badblockbits to 7
by Vipin Kumar
· 13 years ago
b533f8d
mtd: nand/fsmc: Flip the bit only if the error index is < 4096
by Vipin Kumar
· 13 years ago
aea686b
mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
by Vipin Kumar
· 13 years ago
4cbe1bf0
mtd: nand/fsmc: Correct the multiline comment format
by Vipin Kumar
· 13 years ago
Next »