Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
08f25cd767e1086266453fb2f4a3ded05b9cc8a7
/
drivers
/
mtd
/
nand
/
raw
/
ams-delta.c
08f25cd
mtd: rawnand: ams-delta: Stop using nand_release()
by Miquel Raynal
· 4 years, 10 months ago
16d00cd
mtd: rawnand: ams-delta: Rename structures and functions to gpio_nand*
by Janusz Krzysztofik
· 5 years ago
2b1dcee
mtd: rawnand: ams-delta: Make the driver custom I/O ready
by Janusz Krzysztofik
· 5 years ago
edfd8d9
mtd: rawnand: ams-delta: Drop useless local variable
by Janusz Krzysztofik
· 5 years ago
d1b1a8f
mtd: rawnand: ams-delta: Support custom driver initialisation
by Janusz Krzysztofik
· 5 years ago
7c2f66a
mtd: rawnand: ams-delta: Add module device tables
by Janusz Krzysztofik
· 5 years ago
ea5ea9f
mtd: rawnand: ams-delta: Handle more GPIO pins as optional
by Janusz Krzysztofik
· 5 years ago
586a746
mtd: rawnand: ams-delta: Make read pulses optional
by Janusz Krzysztofik
· 5 years ago
ccada49
mtd: rawnand: ams-delta: Don't hardcode read/write pulse widths
by Janusz Krzysztofik
· 5 years ago
241008e
mtd: rawnand: ams-delta: Push inversion handling to gpiolib
by Janusz Krzysztofik
· 5 years ago
2cef3d4
mtd: rawnand: ams-delta: Enable OF partition info support
by Janusz Krzysztofik
· 5 years ago
d7ffe38
mtd: rawnand: ams-delta: Drop board specific partition info
by Janusz Krzysztofik
· 5 years ago
1698ea3
mtd: rawnand: ams-delta: Use struct gpio_nand_platdata
by Janusz Krzysztofik
· 5 years ago
91a1abf
mtd: rawnand: ams-delta: Write protect device during probe
by Janusz Krzysztofik
· 5 years ago
7416bd3
mtd: rawnand: ams-delta: Use GPIO API for data I/O
by Janusz Krzysztofik
· 6 years ago
9773861
mtd: rawnand: ams-delta: Request data port GPIO resource
by Janusz Krzysztofik
· 6 years ago
f2abfeb
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
by Boris Brezillon
· 6 years ago
1770022
mtd: rawnand: ams-delta: Stop implementing ->select_chip()
by Boris Brezillon
· 6 years ago
9fd6bcf
mtd: rawnand: ams-delta: Explicitly inherit from nand_controller
by Boris Brezillon
· 6 years ago
876ba60
mtd: rawnand: ams-delta: Check mtd_device_register() return code
by Boris Brezillon
· 6 years ago
8bbc3c0
mtd: rawnand: ams-delta: cleanup ams_delta_init() error path
by Boris Brezillon
· 6 years ago
d54445d
mtd: rawnand: ams-delta: Fix various coding style issues
by Boris Brezillon
· 6 years ago
4857393
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
by Boris Brezillon
· 6 years ago
fbb080a
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
by Boris Brezillon
· 6 years ago
861fbd6
mtd: rawnand: ams-delta: Convert the driver to ->exec_op()
by Janusz Krzysztofik
· 6 years ago
3bd647e
mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W
by Janusz Krzysztofik
· 6 years ago
9c076d7
mtd: rawnand: ams-delta: Set port direction when needed
by Janusz Krzysztofik
· 6 years ago
2b44af3
mtd: rawnand: ams-delta: Use private structure
by Janusz Krzysztofik
· 6 years ago
e5cd979
mtd: rawnand: ams-delta: show parent device in sysfs
by Janusz Krzysztofik
· 6 years ago
f1a97e0
mtd: rawnand: ams-delta: use GPIO lookup table
by Janusz Krzysztofik
· 6 years ago
3cece3a
mtd: rawnand: Deprecate ->chip_delay
by Boris Brezillon
· 7 years ago
8395b75
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
by Boris Brezillon
· 7 years ago
bf6065c
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
by Boris Brezillon
· 7 years ago
716bbba
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
by Boris Brezillon
· 7 years ago
82fc509
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
by Boris Brezillon
· 7 years ago
50a487e
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
by Boris Brezillon
· 7 years ago
0f808c1
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
by Boris Brezillon
· 7 years ago
c0739d8
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
by Boris Brezillon
· 7 years ago
7e53432
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
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
63fa37f
mtd: rawnand: Replace printk() with appropriate pr_*() macro
by Shreeya Patel
· 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/ams-delta.c]
7b6afee
mtd: nand: Add missing copyright information
by Boris Brezillon
· 7 years ago
187c5448
mtd: nand: State when references to other drivers are no longer valid
by Boris Brezillon
· 7 years ago
e36f2eb
mtd: nand: ams-delta: Fix path to toto.c source file
by Boris Brezillon
· 7 years ago
93cbd6f3
mtd: nand: Stop using full path when referring to files placed in the same dir
by Boris Brezillon
· 7 years ago
43a0a45
mtd: nand: Get rid of comments giving the file path inside the file itself
by Boris Brezillon
· 7 years ago
d490668
mtd: constify mtd_partition
by Arvind Yadav
· 8 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 8 years ago
0d0aa86
mtd: nand: ams-delta: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
e58dd3c
mtd: nand: ams-delta: set ECC algorithm explicitly
by Rafał Miłecki
· 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
187d6ad
mtd: nand: ams-delta: 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
526789f
mtd: nand: ams-delta: fix overwritten mtd_info->owner in initialization
by Akinobu Mita
· 10 years ago
5cfb36e
mtd: nand: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
3ea5b03
mtd: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
8f1f062
mtd: nand: ams-delta: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 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
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
· 13 years ago
e27e35e
ARM: OMAP1: Move board-ams-delta.h from plat to mach
by Tony Lindgren
· 12 years ago
4b25408
ARM: OMAP: Move gpio.h to include/linux/platform_data
by Tony Lindgren
· 13 years ago
b027274
mtd: ams-delta: fix request_mem_region() failure
by Janusz Krzysztofik
· 13 years ago
da564a0
ARM: OMAP1: ams-delta: clean up init data section assignments
by Janusz Krzysztofik
· 13 years ago
967809bd
Merge branch 'omap1-part2' into omap1
by Tony Lindgren
· 13 years ago
f99640d
mtd: convert drivers/mtd/* to use module_platform_driver()
by Axel Lin
· 13 years ago
68f0676
MTD: NAND: ams-delta: use GPIO instead of custom I/O
by Janusz Krzysztofik
· 13 years ago
1bc857f
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
by Russell King
· 14 years ago
ee0e87b
mtd: convert remaining users to mtd_device_register()
by Jamie Iles
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
eaca491
mtd: nand: ams-delta: drop omap_read/write, use ioremap
by Janusz Krzysztofik
· 14 years ago
7e95d1f1
mtd: nand: ams-delta: convert to platform driver
by Janusz Krzysztofik
· 14 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
6175556
OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASE
by Tony Lindgren
· 16 years ago
93a22f8
omap drivers: switch to standard GPIO calls
by David Brownell
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 17 years ago
fb8d81e
[PATCH] MTD NAND: Fix ams-delta after core conversion
by Jonathan McDowell
· 19 years ago
cad74f2
[MTD] NAND remove write_byte/word function from nand_chip
by Thomas Gleixner
· 19 years ago
7abd3ef
[MTD] Refactor NAND hwcontrol to cmd_ctrl
by Thomas Gleixner
· 19 years ago
6dfc6d2
[MTD] NAND modularize ECC
by Thomas Gleixner
· 19 years ago
3d12c0c
[MTD] Add Amstrad Delta NAND support
by Jonathan McDowell
· 19 years ago