Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9a44bc9449cfe7e39dbadf537ff669fb007a9e63
/
drivers
/
mtd
/
nand
/
raw
/
tmio_nand.c
bace41f
mtd: rawnand: Use the new ECC engine type enumeration
by Miquel Raynal
· 4 years, 5 months ago
f3e169f
mtd: rawnand: tmio: Stop using nand_release()
by Miquel Raynal
· 4 years, 8 months ago
75e9a33
mtd: rawnand: tmio: Fix the probe error path
by Miquel Raynal
· 4 years, 8 months ago
661803b
mtd: rawnand: Stop using chip->state in drivers
by Boris Brezillon
· 6 years ago
a0916c9
mtd: rawnand: tmio: Do not abuse nand_controller->wq
by Boris Brezillon
· 6 years ago
309600c
mtd: rawnand: Allow selection of ECC byte ordering at runtime
by Boris Brezillon
· 6 years ago
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
f1d4694
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
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
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
93db446
mtd: nand: move raw NAND related code to the raw/ subdir
by Boris Brezillon
· 7 years ago
[Renamed from drivers/mtd/nand/tmio_nand.c]
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
311bba1
mtd: nand: tmio: Register partitions using the parsers
by Andrea Adami
· 7 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 7 years ago
43358c1
mtd: nand: tmio: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 9 years ago
66c9595
mtd: nand: tmio: 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
7b67905
mtd: nand: tmio_nand: show parent device in sysfs
by Frans Klaver
· 10 years ago
8f91fb6
mtd: tmio_nand: Use devm_*() functions
by Jingoo Han
· 11 years ago
b1eb234
mtd: nand: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
453810b
mtd: nand: use dev_get_platdata()
by Jingoo Han
· 11 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 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
f99640d
mtd: convert drivers/mtd/* to use module_platform_driver()
by Axel Lin
· 13 years ago
68adef5
mtd: tmio_nand.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 14 years ago
d845c3e
mtd: tmio_nand don't specify default parsing options
by Dmitry Eremin-Solenikov
· 14 years ago
29a6ccc
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
7dc00a0
mtd: Use platform_data to retrieve tmio_nand platform bits
by Samuel Ortiz
· 14 years ago
d1e084e
mtd: tmio_nand: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
944dc03
tmio: Silence warnings introduced by mfd changes
by Andres Salomon
· 14 years ago
d9d01f4
mtd: Use mfd_data instead of driver_data for tmio_nand
by Andres Salomon
· 14 years ago
a23090a
mfd: mfd_cell is now implicitly available to t7166xb drivers
by Andres Salomon
· 14 years ago
0ae28a3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
448791a
mtd: tmio_nand.c: use dev_get_platdata() and resource_size()
by H Hartley Sweeten
· 15 years ago
0f777fb
mtd: nand: fix tmio_nand ecc correction
by Atsushi Nemoto
· 15 years ago
475b44c
mtd: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
076c7f4
[MTD] [NAND] tmio_nand: fix base address programming
by Dmitry Baryshkov
· 16 years ago
ec43b81
mfd: driver for the TMIO NAND controller
by Ian Molton
· 17 years ago