Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72b54df9a5eff47c4d58828cb48aa10586ce5480
/
drivers
/
mtd
/
nand
/
s3c2410.c
d9ca77f
mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xx
by Krzysztof Kozlowski
· 8 years ago
d45bc58
mtd: nand: import nand_hw_control_init()
by Marc Gonzalez
· 8 years ago
c4fe72a
mtd: nand: s3c2410: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
bf01e06b
mtd: nand: s3c2410: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
03a9755
mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
by Zhaoxiu Zeng
· 9 years ago
f88f44c
mtd: nand: s3c2410: kill the ->ecc_layout field
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
7208b99
mtd: nand: s3c2410: 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
40acbab
mtd: nand: s3c2410: show parent device in sysfs
by Frans Klaver
· 9 years ago
0abe75d
mtd: s3c2410: Constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
a05973a
mtd: s3c2410: drop useless / misspelled debug prints
by Brian Norris
· 10 years ago
5cfb36e
mtd: nand: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
887957b
mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare
by Vasily Khoruzhick
· 10 years ago
3ea5b03
mtd: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
02d0186
mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.c
by Sachin Kamat
· 11 years ago
ad74581
mtd: s3c2410: Remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
453810b
mtd: nand: use dev_get_platdata()
by Jingoo Han
· 11 years ago
9e7c3df
mtd: nand: s3c2410: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
b0de774
mtd: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
ca2a88f
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
ded4c55
mtd: s3c2410: Fix potential NULL pointer dereference error
by Sachin Kamat
· 12 years ago
ffe3150
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
by David Woodhouse
· 12 years ago
19da415
mtd: s3c2410: Fix compiler warnings
by Sachin Kamat
· 12 years ago
6f32a3e
mtd: s3c2410: Use devm_* functions
by Sachin Kamat
· 12 years ago
13e8597
mtd: use %*ph[CN] to dump small buffers
by Andy Shevchenko
· 12 years ago
f938bc5
mtd: s3c2410: Fix line over 80 characters warning
by Sachin Kamat
· 12 years ago
54cd020
mtd: s3c2410: Fix checkpatch warnings and errors related to whitespaces
by Sachin Kamat
· 12 years ago
a68c5ec
mtd: s3c2410: Do not initialise statics to 0 or NULL
by Sachin Kamat
· 12 years ago
d2a89be
mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>
by Sachin Kamat
· 12 years ago
92aeb5d
mtd: s3c2410: Use pr_* instead of printk
by Sachin Kamat
· 12 years ago
056fcab
mtd: s3c2410: Use module_platform_driver()
by Sachin Kamat
· 12 years ago
436d42c
ARM: samsung: move platform_data definitions
by Arnd Bergmann
· 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
4aa1062
mtd: s3c2410 nand: Remove uncessary null check
by Jonghwan Choi
· 13 years ago
599501a
mtd: s3c2410.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
5b2efbd
mtd: s3c2410 don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
bb9ebd4
mtd: nand: rename NAND_USE_FLASH_BBT
by Brian Norris
· 13 years ago
a40f734
mtd: nand: consolidate redundant flash-based BBT flags
by Brian Norris
· 13 years ago
af86ea8
mtd: s3c2410 nand: convert to mtd_device_register()
by Jamie Iles
· 13 years ago
ac497c1
mtd: nand: fix S3C NAND clock stop
by Jiri Pinkava
· 14 years ago
78d1022
mtd: s3c nand: parsing command-line partitions prior to set->partitions
by Conke Hu
· 14 years ago
ecce2a6
drivers/mtd/nand: Use kzalloc
by Julia Lawall
· 15 years ago
5e81e88
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
by David Woodhouse
· 15 years ago
fc161c4
mtd: drivers/mtd/nand/s3c2410.c: use resource_size()
by H Hartley Sweeten
· 15 years ago
60d9aa7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
74218fe
mtd: s3c2410: propagate nand options from the platform data
by Ben Dooks
· 15 years ago
9dbc090
mtd/nand: s3c6400 support for s3c2410 driver
by Peter Korsgaard
· 15 years ago
e635a01
Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux
by David Woodhouse
· 15 years ago
947391c
[MTD] [NAND] S3C2410: Use DIV_ROUND_UP
by Ben Dooks
· 15 years ago
dea2aa6
[MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/write
by Ben Dooks
· 15 years ago
9db41f9
[MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND
by Michel Pollet
· 16 years ago
a755a38
mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440
by Peter Korsgaard
· 15 years ago
ed27f02
[MTD] [NAND] S3C2410: Allow commandline partition processing
by Andy Green
· 16 years ago
ae7304e
[MTD] [NAND] S3C2410: Fix CFG debug order
by Andy Green
· 16 years ago
2612e52
[MTD] [NAND] S3C2410: Uninitialised variable cleanup
by Nelson Castillo
· 16 years ago
8c3e843
[MTD] [NAND] S3C2410: NAND ECC by chip rather than global
by Andy Green
· 16 years ago
3db7215
[MTD] [NAND] S3C2410: Basic kerneldoc comment updates
by Ben Dooks
· 15 years ago
ec0482e
[MTD] [NAND] S3C2410: Move to using platform device table
by Ben Dooks
· 15 years ago
fba6700
Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
by Russell King
· 16 years ago
59f0cb0
[ARM] remove memzero()
by Russell King
· 16 years ago
7926b5a
[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat
by Ben Dooks
· 16 years ago
30821fe
CPUFREQ: S3C24XX NAND driver frequency scaling support.
by Ben Dooks
· 16 years ago
7e74a50
[MTD] [NAND] S3C2410: Remove changelog and tidy header
by Ben Dooks
· 16 years ago
451d339
[MTD] [NAND] S3C2410: Change printk() into dev_dbg()
by Ben Dooks
· 16 years ago
59018b6
MTD/JFFS2: remove CVS keywords
by Adrian Bunk
· 16 years ago
37e5ffa
[MTD] [NAND] S3C2410 Allow ECC disable to be specified by the board
by Ben Dooks
· 17 years ago
1c21ab6
[MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform data
by Ben Dooks
· 17 years ago
c45c6c6
[MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correction
by Ben Dooks
· 17 years ago
71d54f3
[MTD] [NAND] S3C2410 Large page NAND support
by Ben Dooks
· 17 years ago
0916083
[MTD] [NAND] S3C2410 Fix previous nFCE suspend save patch
by Ben Dooks
· 17 years ago
1ff1842
[MTD] [NAND] fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
a8e98d6
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 17 years ago
8e87d78
drivers/mtd/: Spelling fixes
by Joe Perches
· 17 years ago
d0bf379
[MTD] [NAND] fix s3c2410 error correction
by Matt Reimer
· 17 years ago
4fac9f6
[MTD] [NAND] make s3c2410 indicate an error for multi-bit read errors
by Matt Reimer
· 17 years ago
03680b1
[MTD] [NAND] S3C2410 correctly set nFCE over resume
by Ben Dooks
· 17 years ago
b773bb2
[MTD] [NAND] add s3c2440-specific read_buf/write_buf
by Matt Reimer
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
b7a7018
[MTD] [NAND] s3c2410: fix arch moves
by Ben Dooks
· 17 years ago
dff5e44
[ARM] 4233/1: nand/s3c2410.c: warning fix
by Arnaud Patard
· 18 years ago
4f65992
[MTD] [NAND] S3C2412 fix hw ecc
by Matthieu CASTET
· 18 years ago
a259324
[MTD] [NAND] S3C2410: Hardware ECC correction code
by Ben Dooks
· 18 years ago
c9ac597
[MTD] Remove trailing whitespace
by David Woodhouse
· 18 years ago
2c06a08
[MTD NAND] s3c2412 support in s3c2410.c
by Ben Dooks
· 18 years ago
99974c6
[MTD] NAND: S3C2410 convert prinks to dev_*()s
by Ben Dooks
· 18 years ago
ad3b5fb
[MTD NAND] S3C2410 driver cleanup
by Ben Dooks
· 18 years ago
d1fef3c
[MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.
by Ben Dooks
· 18 years ago
f906887
[MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles
by David Woodhouse
· 18 years ago
5bd34c0
[MTD] NAND Replace oobinfo by ecclayout
by Thomas Gleixner
· 18 years ago
7abd3ef
[MTD] Refactor NAND hwcontrol to cmd_ctrl
by Thomas Gleixner
· 18 years ago
6dfc6d2
[MTD] NAND modularize ECC
by Thomas Gleixner
· 18 years ago
552d920
[MTD] Fix module refcounting in NAND board drivers.
by David Woodhouse
· 19 years ago
e0c7d76
[MTD NAND] Indent all of drivers/mtd/nand/*.c.
by David Woodhouse
· 19 years ago
f8ce254
[ARM] Move asm/hardware/clock.h to linux/clk.h
by Russell King
· 19 years ago
a8d3584
[ARM] Remove clk_use()/clk_unuse()
by Russell King
· 19 years ago
Next »