Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a9cadf72bfb7185a680eb7599b9bda65d1515b9f
/
drivers
/
mtd
/
nand
/
pxa3xx_nand.c
a9cadf7
mtd: pxa3xx_nand: Remove unused platform-data flash specification
by Ezequiel García
· 9 years ago
b226eca
nand: pxa3xx: Increase READ_ID buffer and make the size static
by Ezequiel García
· 9 years ago
21fc0ef
mtd: nand: pxa3xx-nand: fix random command timeouts
by Robert Jarzmik
· 9 years ago
0b14392
mtd: nand: pxa3xx_nand: fix early spurious interrupt
by Robert Jarzmik
· 9 years ago
bc3e00f
mtd: pxa3xx_nand: add a default chunk size
by Antoine Ténart
· 9 years ago
c163409
nand: pxa3xx: Increase initial buffer size
by Ezequiel Garcia
· 9 years ago
ce914e6
mtd: nand: pxa3xx: fix build on ARM64
by Rob Herring
· 10 years ago
afca11e
mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout
by Maxime Ripard
· 10 years ago
e5860c1
mtd: pxa3xx_nand: cleanup wait_for_completion handling
by Nicholas Mc Guire
· 10 years ago
7c2f717
mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
by Antoine Ténart
· 10 years ago
ed446cc
Merge MTD updates into -next
by Brian Norris
· 10 years ago
e423c90
mtd: pxa3xx_nand: fix driver when num_cs is 0
by Robert Jarzmik
· 10 years ago
2454225
mtd: pxa3xx-nand: handle PIO in threaded interrupt
by Robert Jarzmik
· 10 years ago
8dad038
mtd: nand: pxa3xx: Fix PIO FIFO draining
by Maxime Ripard
· 10 years ago
b7e46062
mtd: pxa3xx_nand: make the driver work on big-endian systems
by Thomas Petazzoni
· 11 years ago
5b3e507
mtd: nand: pxa3xx: Use ECC strength and step size devicetree binding
by Ezequiel Garcia
· 11 years ago
eee0166
mtd: nand: pxa3xx: Clean pxa_ecc_init() error handling
by Ezequiel Garcia
· 11 years ago
17754ad
mtd: nand: pxa3xx: Make of_device_id array const
by Jingoo Han
· 11 years ago
e634ce5
mtd: nand: pxa3xx: Print actual ECC strength in error message
by Ezequiel Garcia
· 11 years ago
2a565f5
mtd: nand: pxa3xx: Remove unused macro
by Ezequiel Garcia
· 11 years ago
3db227b
mtd: nand: pxa3xx: Add support for 2048 bytes page size devices
by Rodolfo Giometti
· 11 years ago
1963ff9
mtd: nand: pxa3xx: Add "armada370-nand" compatible
by Ezequiel Garcia
· 11 years ago
30b2afc
mtd: nand: pxa3xx: Consolidate ECC initialization
by Ezequiel Garcia
· 11 years ago
5cbbdc6
mtd: nand: pxa3xx: Use extended cmdfunc() only if needed
by Ezequiel Garcia
· 11 years ago
d20d0a6
mtd: nand: pxa3xx: Clear need_wait flag when starting a command
by Ezequiel Garcia
· 11 years ago
6033a94
mtd: nand: pxa3xx: make ECC configuration checks more explicit
by Brian Norris
· 11 years ago
87f5336
mtd: nand: pxa3xx: Add ECC BCH correctable errors detection
by Ezequiel Garcia
· 11 years ago
535cb57
mtd: nand: pxa3xx: Add multiple chunk write support
by Ezequiel Garcia
· 11 years ago
70ed852
mtd: nand: pxa3xx: Introduce multiple page I/O support
by Ezequiel Garcia
· 11 years ago
fa543be
mtd: nand: pxa3xx: Add a read/write buffers markers
by Ezequiel Garcia
· 11 years ago
e7f9a6a
mtd: nand: pxa3xx: Fix SEQIN column address set
by Ezequiel Garcia
· 11 years ago
39f83d1
mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()
by Ezequiel Garcia
· 11 years ago
c39ff03
mtd: nand: pxa3xx: Split prepare_command_pool() in two stages
by Ezequiel Garcia
· 11 years ago
01d9947
mtd: nand: pxa3xx: Remove READ0 switch/case falltrough
by Ezequiel Garcia
· 11 years ago
86beeba
mtd: nand: pxa3xx: Add helper function to set page address
by Ezequiel Garcia
· 11 years ago
f0e6a32e
mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start
by Ezequiel Garcia
· 11 years ago
43bcfd2
mtd: nand: pxa3xx: Add driver-specific ECC BCH support
by Ezequiel Garcia
· 11 years ago
776f265
mtd: nand: pxa3xx: Add bad block handling
by Ezequiel Garcia
· 11 years ago
56704d8
mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready
by Ezequiel Garcia
· 11 years ago
55d9fd6
mtd: nand: pxa3xx: Use a completion to signal device ready
by Ezequiel Garcia
· 11 years ago
6a3e486
mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()
by Ezequiel Garcia
· 11 years ago
0a3f3a1
mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize
by Ezequiel Garcia
· 11 years ago
2128b08
mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count
by Ezequiel Garcia
· 11 years ago
2d79ab1
mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
by Ezequiel Garcia
· 11 years ago
c7e9c7e
mtd: nand: pxa3xx: Early variant detection
by Ezequiel Garcia
· 11 years ago
4e86fd2
mtd: nand: pxa3xx: read_page() returns max_bitflips
by Ezequiel Garcia
· 11 years ago
664c7f5
mtd: nand: pxa3xx: Prevent sub-page writes
by Ezequiel Garcia
· 11 years ago
de484a3
mtd: nand: pxa3xx: Add documentation about the controller
by Ezequiel Garcia
· 11 years ago
15b540c
mtd: nand: pxa3xx: Use info->use_dma to release DMA resources
by Ezequiel Garcia
· 11 years ago
9c59ac6
Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"
by Ezequiel Garcia
· 11 years ago
b1eb234
mtd: nand: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
62e8b85
mtd: nand: pxa3xx: Allocate data buffer on detected flash size
by Ezequiel Garcia
· 11 years ago
95b2656
mtd: nand: pxa3xx: Move DMA I/O enabling
by Ezequiel Garcia
· 11 years ago
5576bc7
mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
18a84e9
mtd: nand: pxa3xx: Fix registered MTD name
by Ezequiel Garcia
· 11 years ago
ab5be58
mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OF
by Ezequiel Garcia
· 11 years ago
6b45c1e
mtd: nand: pxa3xx: Allow devices with no dma resources
by Ezequiel Garcia
· 11 years ago
57ff88f
mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()
by Ezequiel Garcia
· 11 years ago
f4db2e3
mtd: nand: pxa3xx: Make dma code dependent on dma capable platforms
by Ezequiel Garcia
· 11 years ago
48cf7ef
mtd: nand: pxa3xx: Move cached registers to info structure
by Ezequiel Garcia
· 11 years ago
ec82135
mtd: nand: pxa3xx: Remove unneeded internal cmdset
by Ezequiel Garcia
· 11 years ago
f455578
mtd: nand: pxa3xx: Remove hardcoded mtd name
by Ezequiel Garcia
· 11 years ago
b7655bc
mtd: nand: pxa3xx: Add a local loop variable
by Ezequiel Garcia
· 11 years ago
41a6343
mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page read
by Ezequiel Garcia
· 11 years ago
3a1a344
mtd: nand: pxa3xx: Support command buffer #3
by Ezequiel Garcia
· 11 years ago
5bb653e
mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' field
by Ezequiel Garcia
· 11 years ago
cd9d118
mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properly
by Ezequiel Garcia
· 11 years ago
c0f3b86
mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string
by Ezequiel Garcia
· 11 years ago
453810b
mtd: nand: use dev_get_platdata()
by Jingoo Han
· 11 years ago
8461a99
mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
ce0268f
mtd: nand: pxa3xx: Add support for Read parameter page command
by Ezequiel Garcia
· 12 years ago
d14231f
mtd: nand: pxa3xx: Add address support for READID command
by Ezequiel Garcia
· 12 years ago
f395898
mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declaration
by Ezequiel Garcia
· 12 years ago
a33e435
mtd: nand: pxa3xx: Use of_machine_is_compatible()
by Ezequiel Garcia
· 12 years ago
0a60d04
mtd: nand: pxa3xx: Set info->use_dma properly
by Ezequiel Garcia
· 12 years ago
498b614
mtd: nand: pxa3xx: Move buffer release code to its own function
by Ezequiel Garcia
· 12 years ago
1f8eaff
mtd: nand: pxa3xx: Check for clk_prepare_enable() return value
by Ezequiel Garcia
· 12 years ago
fb32061
mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepare
by Ezequiel Garcia
· 12 years ago
9ca7944
mtd: nand: pxa3xx: Use devm_clk_get
by Ezequiel Garcia
· 12 years ago
0ddd846
mtd: nand: pxa3xx: Use devm_ioremap_resource
by Ezequiel Garcia
· 12 years ago
4c073cd
mtd: nand: pxa3xx: Use devm_kzalloc
by Ezequiel Garcia
· 12 years ago
68aa352de
mtd: nand: rename the id field of 'struct nand_flash_dev'
by Artem Bityutskiy
· 12 years ago
ffe3150
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
by David Woodhouse
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
e3a66aa
Merge branch 'multiplatform/platform-data' into next/multiplatform
by Olof Johansson
· 12 years ago
293b2da
ARM: pxa: move platform_data definitions
by Arnd Bergmann
· 12 years ago
6e308f8
mtd: nand: append missing parameter and value
by Haojian Zhuang
· 12 years ago
1e7ba63
MTD: pxa3xx-nand: add devicetree bindings
by Daniel Mack
· 12 years ago
fdbad98d
mtd: nand: teach write_page and write_page_raw return an error code
by Josh Wu
· 12 years ago
1696e6b
mtd: nand: kill NAND_NO_READRDY
by Brian Norris
· 13 years ago
1fbb938
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
by Brian Norris
· 13 years ago
1826dbc
mtd: nand: kill NAND_NO_AUTOINCR option
by Brian Norris
· 13 years ago
6a918ba
mtd: flash drivers set ecc strength
by Mike Dunn
· 13 years ago
42d7fbe
mtd: do not use plain 0 as NULL
by Artem Bityutskiy
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
ead995f
mtd: introduce mtd_resume interface
by Artem Bityutskiy
· 13 years ago
3fe4bae
mtd: introduce mtd_suspend interface
by Artem Bityutskiy
· 13 years ago
f99640d
mtd: convert drivers/mtd/* to use module_platform_driver()
by Axel Lin
· 13 years ago
f3c8cfc
mtd: pxa3xx_nand: enable multiple chip select support
by Lei Wen
· 13 years ago
d456882
mtd: pxa3xx_nand: sperate each chip individual info
by Lei Wen
· 13 years ago
Next »