Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b8b0e465ddb0c9cb16089ddfed68a8569e006465
/
drivers
/
mtd
/
nand
/
gpmi-nand
/
gpmi-nand.c
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
· 9 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
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
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
· 10 years ago
6a76096
mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variables
by Lothar Waßmann
· 10 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
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
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
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
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
· 11 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
· 11 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
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
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
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
490e280
mtd: gpmi-nand: Convert to module_platform_driver()
by Fabio Estevam
· 12 years ago
3d10095
mtd: gpmi-nand: Improve logging style
by Fabio Estevam
· 12 years ago
513d57e
mtd: gpmi: fix the compiler warnings
by Huang Shijie
· 12 years ago
ff50617
mtd: gpmi: change the code for clocks
by Huang Shijie
· 12 years ago
e0dd89c
mtd: gpmi: update the bitflip_threshold
by Huang Shijie
· 12 years ago
c50c694
mtd: gpmi: add on-flash BBT support for gpmi nand
by Huang Shijie
· 12 years ago
fdbad98d
mtd: nand: teach write_page and write_page_raw return an error code
by Josh Wu
· 12 years ago
271b874b
mtd: nand: gpmi: need to use {read,write}_oob_raw
by Brian Norris
· 12 years ago
6023813a
mtd: gpmi-nand: fix read page when reading to vmalloced area
by Sascha Hauer
· 12 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
5636ce0
mtd: gpmi-nand: define ecc.strength
by Marek Vasut
· 12 years ago
3e48b1b
mtd: nand: gpmi: fix compile error caused by pinctrl call
by Shawn Guo
· 12 years ago
5c2ffb1
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
by Shmulik Ladkani
· 13 years ago
9013bb4
mtd: gpmi: add gpmi support for mx6q
by Huang Shijie
· 13 years ago
e10db1f
mtd: gpmi: add device tree support to gpmi-nand
by Huang Shijie
· 13 years ago
7725cc8
mtd: gpmi-nand: utilize oob_requested parameter
by Brian Norris
· 13 years ago
1fbb938
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
by Brian Norris
· 13 years ago
39febc0
mtd: nand: gpmi: adopt pinctrl support
by Shawn Guo
· 13 years ago
d04525e
dma: mxs-dma: enable channel in device_issue_pending call
by Shawn Guo
· 13 years ago
a78da28
mtd: nand: gpmi: fix function annotations
by Wolfram Sang
· 13 years ago
5289966
mtd: nand: gpmi: use correct member for checking NAND_BBT_USE_FLASH
by Wolfram Sang
· 13 years ago
df16c86
mtd: gpmi: add missing include 'module.h'
by Wolfram Sang
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 13 years ago
10a2bca
mtd: add the common code for GPMI-NAND controller driver
by Huang Shijie
· 13 years ago