Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
18f2c4fcebf2582f96cbd5f2238f4f354a0e4847
/
drivers
/
mtd
/
nand
/
raw
/
lpc32xx_slc.c
3cece3a
mtd: rawnand: Deprecate ->chip_delay
by Boris Brezillon
· 6 years ago
8395b75
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
by Boris Brezillon
· 6 years ago
bf6065c
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
by Boris Brezillon
· 6 years ago
716bbba
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
by Boris Brezillon
· 6 years ago
82fc509
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
by Boris Brezillon
· 6 years ago
50a487e
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
by Boris Brezillon
· 6 years ago
0f808c1
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
by Boris Brezillon
· 6 years ago
c0739d8
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
by Boris Brezillon
· 6 years ago
7e53432
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
by Boris Brezillon
· 6 years ago
767eb6f
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
by Boris Brezillon
· 6 years ago
b976168
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
by Boris Brezillon
· 6 years ago
00da2ea
mtd: rawnand: Pass a nand_chip object to ecc->correct()
by Boris Brezillon
· 6 years ago
af37d2c
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
by Boris Brezillon
· 6 years ago
ec47636
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
by Boris Brezillon
· 6 years ago
59ac276
mtd: rawnand: Pass a nand_chip object to nand_release()
by Boris Brezillon
· 6 years ago
00ad378
mtd: rawnand: Pass a nand_chip object to nand_scan()
by Boris Brezillon
· 6 years ago
f4a48d7
mtd: rawnand: lpc32xx_slc: convert driver to nand_scan()
by Miquel Raynal
· 7 years ago
553b0c6
mtd: rawnand: lpc32xx_slc: fix the probe function error path
by Miquel Raynal
· 7 years ago
e0ea20b
mtd: rawnand: lpc32xx_slc: clean the probe function
by Miquel Raynal
· 7 years ago
93db446
mtd: nand: move raw NAND related code to the raw/ subdir
by Boris Brezillon
· 7 years ago
[Renamed from drivers/mtd/nand/lpc32xx_slc.c]
25f815f
mtd: nand: force drivers to explicitly send READ/PROG commands
by Boris Brezillon
· 7 years ago
97d90da
mtd: nand: provide several helpers to do common NAND operations
by Boris Brezillon
· 7 years ago
a75d6a4
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next
by Boris Brezillon
· 7 years ago
7c94128
mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.
by Arvind Yadav
· 7 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 7 years ago
4339b7f
mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'
by Fabio Estevam
· 8 years ago
b04bafc
mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
f6c36aa
mtd: nand: lpc32xx: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
d50b523
mtd: nand: lpc32xx: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
b9c0f65
mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
d699ed2
mtd: nand: make use of nand_set/get_controller_data() helpers
by Boris BREZILLON
· 9 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 9 years ago
0faf8c3
mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chip
by Boris BREZILLON
· 9 years ago
4bd4ebc
mtd: nand: make use of mtd_to_nand() in NAND drivers
by Boris BREZILLON
· 9 years ago
a61ae81
mtd: nand: drop unnecessary partition parser data
by Brian Norris
· 9 years ago
44cab9c
mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock
by Vladimir Zapolskiy
· 9 years ago
45aaeff
mtd: nand: pass page number to ecc->write_xxx() methods
by Boris BREZILLON
· 9 years ago
d54e880
mtd: nand: lpc32xx_slc: fix calculation of timing arcs from given values
by Vladimir Zapolskiy
· 9 years ago
08d3cd5
mtd: nand: lpc32xx_slc: fix potential overflow over 4 bits
by Vladimir Zapolskiy
· 9 years ago
641f634
mtd: nand: lpc32xx_slc: improve SLCTAC_*() macro definitions
by Vladimir Zapolskiy
· 9 years ago
5cfb36e
mtd: nand: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
adddcac
mtd: lpc32xx: drop bitflip_threshold initialization
by Brian Norris
· 11 years ago
8ecb66b
mtd: lpc32xx_slc: Remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
133432a
mtd: lpc32xx_slc: Use devm_*() functions
by Jingoo Han
· 11 years ago
fea7b56
mtd: nand: lpc32xx_slc: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
252026a
mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly
by Brian Norris
· 11 years ago
453810b
mtd: nand: use dev_get_platdata()
by Jingoo Han
· 11 years ago
6f911f7
mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
b0de774
mtd: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
810b7e0
mtd: remove use of __devexit
by Bill Pemberton
· 12 years ago
06f2551
mtd: remove use of __devinit
by Bill Pemberton
· 12 years ago
5153b88
mtd: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
10594f6
mtd: lpc32xx_slc: Cleanup after DT-only conversion
by Roland Stigge
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
de20c22
mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver
by Roland Stigge
· 12 years ago
314a156
mtd: lpc32xx_slc: Adjust to pl08x DMA interface changes
by Roland Stigge
· 13 years ago
d5842ab
mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessary
by Roland Stigge
· 13 years ago
21535ab
mtd: lpc32xx_slc: Use of_get_named_gpio()
by Roland Stigge
· 13 years ago
df63fe7
mtd: lpc32xx_slc: Make wp gpio optional
by Alexandre Pereira da Silva
· 13 years ago
2944a44
mtd: add LPC32xx SLC NAND driver
by Roland Stigge
· 13 years ago