Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
168fe32a072a4b8dc81a3aebf0e5e588d38e2955
/
drivers
/
mtd
/
nand
/
gpmi-nand
0fc7e74
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
4c7e95b
mtd: nand: gpmi: Fix subpage reads
by Boris Brezillon
· 7 years ago
fdf2e82
mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBM
by Sascha Hauer
· 7 years ago
c0313b9
mtd: nand: squash struct nand_buffers into struct nand_chip
by Masahiro Yamada
· 7 years ago
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
c9e916a
mtd: nand: remove unnecessary extern from driver headers
by Masahiro Yamada
· 7 years ago
b13a973
mtd: nand: gpmi: replace _manual_ swap with swap macro
by Gustavo A. R. Silva
· 7 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 7 years ago
f82c323
mtd: nand: gpmi: fix typo in comment
by Matthias Lange
· 8 years ago
d816f6b
mtd: nand: gpmi: Fix typo in data structure name
by Matthias Lange
· 8 years ago
ebb528d9
mtd: nand: gpmi: Kill gpmi_nand_exit()
by Boris Brezillon
· 8 years ago
4d02423
mtd: nand: gpmi: Fix gpmi_nand_init() error path
by Boris Brezillon
· 8 years ago
b4af694
mtd: nand: gpmi: add i.MX 7 SoC support
by Stefan Agner
· 8 years ago
6b7ee72
mtd: nand: gpmi: unify clock handling
by Stefan Agner
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
ce93bed
mtd: nand: gpmi: disable the clocks on errors
by Fabio Estevam
· 8 years ago
1848a05
mtd: nand: gpmi: get correct free oob space
by Han Xu
· 9 years ago
bd2e778
gpmi-nand: Handle ECC Errors in erased pages
by Markus Pargmann
· 9 years ago
f05f6a1
mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
3f158e4
mtd: nand: gpmi: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
191a829
mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 9 years ago
2cd395d
mtd: gpmi: fix raw_buffer pointer double free issue
by Han Xu
· 9 years ago
b8b0e46
mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NAND
by Han Xu
· 9 years ago
026918e
mtd: nand: gpmi: add gpmi dsm supend/resume support
by Huang Shijie
· 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
2a690b2
mtd: nand: gpmi: 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
45aaeff
mtd: nand: pass page number to ecc->write_xxx() methods
by Boris BREZILLON
· 9 years ago
4dc67b1
mtd: nand: gpmi-nand: show parent device in sysfs
by Frans Klaver
· 10 years ago
a62d016
Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
899b834
mtd: nand: gpmi: Check for scan_bbt() error
by Fabio Estevam
· 10 years ago
706d5b2
mtd: nand: gpmi: fixup return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
f42cf8d
treewide: Fix typo in printk messages
by Masanari Iida
· 10 years ago
c967360
mtd: nand: gpmi: remove deprecated comment
by Boris BREZILLON
· 10 years ago
41bed23
mtd: gpmi: Remove noisy error message
by Fabio Estevam
· 10 years ago
7ca94e0
mtd: nand: gpmi: add raw oob access functions
by Boris BREZILLON
· 10 years ago
da3bc42c
mtd: nand: gpmi: add proper raw access support
by Boris BREZILLON
· 10 years ago
66de54a
mtd: nand: gpmi: add gpmi_copy_bits function
by Boris BREZILLON
· 10 years ago
2a500af
mtd: gpmi: make blockmark swapping optional
by Lothar Waßmann
· 11 years ago
d8c0372
mtd: gpmi: remove line breaks from error messages and improve wording
by Lothar Waßmann
· 11 years ago
6a76096
mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variables
by Lothar Waßmann
· 11 years ago
91f5498
mtd: gpmi: add gpmi support for imx6sx
by Huang Shijie
· 11 years ago
6189ccc
mtd: gpmi: add gpmi_devdata{} to simplify the code
by Huang Shijie
· 11 years ago
b8e2931
mtd: gpmi: add subpage read support
by Huang Shijie
· 11 years ago
4a57d67
mtd: gpmi: do not use the mtd->writesize
by Huang Shijie
· 11 years ago
0ff76a9
mtd: gpmi: add sanity check when mapping DMA for read_buf/write_buf
by Huang Shijie
· 11 years ago
06f216c
mtd: gpmi: allocate a proper buffer for non ECC read/write
by Huang Shijie
· 11 years ago
c232596
mtd: gpmi: change pr_debug to dev_dbg
by Huang Shijie
· 11 years ago
da40c16
mtd: gpmi: change pr_err to dev_err
by Huang Shijie
· 11 years ago
43a34b8
mtd: gpmi: remove the unnecessary pr_err()
by Huang Shijie
· 11 years ago
3cb2c1e
mtd: gpmi: use devm_request_irq
by Huang Shijie
· 11 years ago
87a9d69
mtd: gpmi: use devm_ioremap_resource
by Huang Shijie
· 11 years ago
ccce417
mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*
by Huang Shijie
· 11 years ago
bd92029
mtd: gpmi: remove the unused line
by Huang Shijie
· 11 years ago
d7364a27
mtd: gpmi: delete the gpmi_pre_bbt_scan
by Huang Shijie
· 11 years ago
df877fb
mtd: gpmi: do not use the local array to do the DMA transfer
by Huang Shijie
· 11 years ago
76c930b
mtd: gpmi-lib: Make checkpatch happy
by Fabio Estevam
· 11 years ago
554cbc5
mtd: gpmi: Use devm_clk_get()
by Fabio Estevam
· 11 years ago
89b59e6
mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC
by Huang Shijie
· 11 years ago
885d71e
mtd: gpmi: fix the NULL pointer
by Huang Shijie
· 11 years ago
7b3d2fb
mtd: gpmi: fix kernel BUG due to racing DMA operations
by Huang Shijie
· 11 years ago
80bd33a
mtd: gpmi: only scan two chips for imx6
by Huang Shijie
· 11 years ago
edaf4d4
mtd: gpmi: Use devm_kzalloc()
by Fabio Estevam
· 11 years ago
7caa4fd
mtd: gpmi: imx6: fix the wrong method for checking ready/busy
by Huang Shijie
· 11 years ago
a5370e9
mtd: gpmi: scan two nand chips
by Huang Shijie
· 11 years ago
a7c12d0
mtd: gpmi: use DMA channel 0 for all the nand chips
by Huang Shijie
· 11 years ago
d159d8b
mtd: gpmi: decouple the chip select from the DMA channel
by Huang Shijie
· 11 years ago
7a2b89a
mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2
by Huang Shijie
· 11 years ago
d41f950
mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struct initializer)
by Lothar Waßmann
· 11 years ago
031e277
mtd: gpmi: fix ECC regression
by David Woodhouse
· 11 years ago
f720e7c
mtd: gpmi: remove the nand_scan()
by Huang Shijie
· 11 years ago
2febcdf
mtd: gpmi: set the BCH's geometry with the ecc info
by Huang Shijie
· 12 years ago
52a073b
mtd: nand: gpmi-nand: use more sensible error codes at various places
by Lothar Waßmann
· 11 years ago
5a0edb2
mtd: nand: refactor chip->block_markbad interface
by Brian Norris
· 11 years ago
9f7f7d8
mtd: gpmi-nand: don't use devm_pinctrl_get_select_default() in probe
by Wolfram Sang
· 12 years ago
ed3b49b
mtd: nand: gpmi-nand: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
d1cb556
mtd: gpmi-nand: fix error return from gpmi_get_clks()
by Michał Mirosław
· 12 years ago
5fac0e1
mtd: gpmi: move to use generic DMA helper
by Shawn Guo
· 12 years ago
92d0e09
mtd: gpmi: add sanity check for the ECC
by Huang Shijie
· 12 years ago
9ff16f0
mtd: gpmi: set the Golois Field bit for mx6q's BCH
by Huang Shijie
· 12 years ago
26738dd
mtd: gpmi: fix a dereferencing freed memory error
by Huang Shijie
· 12 years ago
f722689
mtd: gpmi: dump the BCH registers
by Huang Shijie
· 12 years ago
b23b746
mtd: gpmi: Always report ECC stats and return max_bitflips
by Zach Sadecki
· 12 years ago
d892994
Drivers: mtd: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
6f2a6a5
mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problems
by Wolfram Sang
· 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
5de0b52
mtd: gpmi: remove unneccessary header
by Huang Shijie
· 12 years ago
2d350e5
mtd: gpmi-nand: make debug prints more clear
by Vikram Narayanan
· 12 years ago
9c95f11
mtd: gpmi: initialize the timing registers only one time
by Huang Shijie
· 12 years ago
995fbbf
mtd: gpmi: add EDO feature for imx6q
by Huang Shijie
· 12 years ago
e1ca95e
mtd: gpmi: do not set the default values for the extra clocks
by Huang Shijie
· 12 years ago
c50d35a
mtd: gpmi: simplify the DLL setting code
by Huang Shijie
· 12 years ago
d37e02d
mtd: gpmi: add a new field for HW_GPMI_CTRL1
by Huang Shijie
· 12 years ago
ae70ba2d
mtd: gpmi: do not get the clock frequency in gpmi_begin()
by Huang Shijie
· 12 years ago
Next »