Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9c1e0228ab35e52d30abf4b5629c28350833fbcb
/
drivers
/
mtd
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
c07dee7
Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
445caaa
mtd: Allocate bdi objects dynamically
by Steve Longerbeam
· 8 years ago
59dbc86
mtd: nand: tango: Add standard legalese header
by Marc Gonzalez
· 8 years ago
3502fbc
mtd: maps: add missing iounmap() in error path
by Luis Henriques
· 8 years ago
5fed67d
Merge tag 'spi-nor/for-4.10' of git://github.com/spi-nor/linux
by Brian Norris
· 8 years ago
0989b09
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
by Brian Norris
· 8 years ago
dfce0cd
mtd: spi-nor: constify fsl_qspi_devtype_data
by LABBE Corentin
· 8 years ago
edd0c8f
mtd: spi-nor: Add support for mr25h40
by IWAMOTO Masahiko
· 8 years ago
61e4611
mtd: spi-nor: Add support for N25Q016A
by Moritz Fischer
· 8 years ago
b08618c
mtd: spi-nor: Add at25df321 spi-nor flash support
by Jagan Teki
· 8 years ago
10ad1d7
mtd: spi-nor: Fix some error codes in cqspi_setup_flash()
by Dan Carpenter
· 8 years ago
193e8714
mtd: spi-nor: Off by one in cqspi_setup_flash()
by Dan Carpenter
· 8 years ago
022a400
mtd: spi-nor: add support for s25fl208k
by Sean Nyekjaer
· 8 years ago
4287916
mtd: spi-nor: fix flags for s25fl128s
by Heiner Kallweit
· 8 years ago
807c162
mtd: spi-nor: fix spansion quad enable
by Joël Esponde
· 8 years ago
355445b
mtd: spi-nor: add Macronix mx25u25635f to list of known devices.
by Ash Benz
· 8 years ago
b2c4ba5
mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"
by Colin Ian King
· 8 years ago
bd5d213
mtd: bcm47xxpart: fix parsing first block after aligned TRX
by Rafał Miłecki
· 8 years ago
8fcfba0
mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd
by Boris Brezillon
· 8 years ago
4d6aecf
mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()
by Masahiro Yamada
· 8 years ago
7c295ef
mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()
by Masahiro Yamada
· 8 years ago
8e8fd4d
mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()
by Masahiro Yamada
· 8 years ago
4421682
mtd: nand: nandsim: fix error check
by Sudip Mukherjee
· 8 years ago
37871ab
mtd: nand: tango: Cleanup raw_write and raw_read
by Marc Gonzalez
· 8 years ago
ff9e9ea
mtd: nand: tango: Enable custom page accessors
by Marc Gonzalez
· 8 years ago
3371d66
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· 8 years ago
fc80f21
mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__
by Masahiro Yamada
· 8 years ago
01a1d52
mtd: nand: denali: remove unneeded parentheses
by Masahiro Yamada
· 8 years ago
a227d4e
mtd: nand: denali: return error code from nand_scan_ident/tail on error
by Masahiro Yamada
· 8 years ago
7ebb8d0
mtd: nand: denali: return error code from devm_request_irq() on error
by Masahiro Yamada
· 8 years ago
c1d0df1
mtd: nand: denali: use managed devm_irq_request()
by Masahiro Yamada
· 8 years ago
3765639
mtd: nand: denali: remove unused struct member totalblks, blksperchip
by Masahiro Yamada
· 8 years ago
789ccf1
mtd: nand: denali: remove "Spectra:" prefix from printk strings
by Masahiro Yamada
· 8 years ago
c9e0258
mtd: nand: denali: remove detect_partition_feature()
by Masahiro Yamada
· 8 years ago
50d5f2a
mtd: nand: denali: remove bogus comment about interrupt handler setup
by Masahiro Yamada
· 8 years ago
c4ae097
mtd: nand: denali: remove unused struct member denali_nand_info::idx
by Masahiro Yamada
· 8 years ago
ef5327d
mtd: nand: denali: remove unneeded <linux/slab.h> includes
by Masahiro Yamada
· 8 years ago
64ad463
mtd: bcm47xxsflash: use uncached MMIO access for BCM53573
by Rafał Miłecki
· 8 years ago
83f48f8
mtd: nand: socrates: use nand_scan() for nand_scan_ident/tail() combo
by Masahiro Yamada
· 8 years ago
c751830
mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail()
by Masahiro Yamada
· 8 years ago
133fe8f
mtd: nand: pxa3xx: return error code of nand_scan_ident() on error
by Masahiro Yamada
· 8 years ago
c8cae35
mtd: nand: hisi504: return error code of nand_scan_ident() on error
by Masahiro Yamada
· 8 years ago
72480e4
mtd: nand: cafe: return error code of nand_scan_ident() on error
by Masahiro Yamada
· 8 years ago
e9d354b
mtd: nand: vf610: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
bd93a3a
mtd: nand: omap2: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
bc83c78
mtd: nand: mxc: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
f0dbe4a
mtd: nand: mediatek: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
b04bafc
mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
ad5678e
mtd: nand: fsmc: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
c25cca0
mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
b5169d3
mtd: nand: atmel: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 8 years ago
ce2eaca
mtd: nand: plat_nand: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
4e5af27e2
mtd: nand: pasemi: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
6c34ad7
mtd: nand: orion: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
43358c1
mtd: nand: tmio: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
bbd4d03
mtd: nand: mpc5121: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
408bf51
mtd: nand: gpio: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
29453ba
mtd: nand: cs553x: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
546fe03
mtd: nand: cmx270: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
0d0aa86
mtd: nand: ams-delta: return error code of nand_scan() on error
by Masahiro Yamada
· 8 years ago
4722c0e
mtd: nand: change return type of nand_get_flash_type() to int
by Masahiro Yamada
· 8 years ago
a1a2617
mtd: nand: denali_dt: replace clk_disable() with clk_disable_unprepare()
by Masahiro Yamada
· 8 years ago
6956e23
mtd: nand: add tango NAND flash controller support
by Marc Gonzalez
· 8 years ago
8bd8fbd
mtd: nand: pxa3xx_nand: write exactly one message on probe failure
by Uwe Kleine-König
· 8 years ago
6ea40a3
mtd: nand: Wait tCCS after a column change
by Boris Brezillon
· 8 years ago
204e7ec
mtd: nand: Add a few more timings to nand_sdr_timings
by Boris Brezillon
· 8 years ago
1c825ad
mtd: s3c2410: parse the device configuration from OF node
by Sergio Prado
· 8 years ago
e9f66ae
mtd: s3c2410: make ecc mode configurable via platform data
by Sergio Prado
· 8 years ago
785bcb4
Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
40b6e61
ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
by Boris Brezillon
· 8 years ago
8ff0513
mtd: mtk: avoid warning in mtk_ecc_encode
by Arnd Bergmann
· 8 years ago
73f907f
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· 8 years ago
ce93bed
mtd: nand: gpmi: disable the clocks on errors
by Fabio Estevam
· 8 years ago
6685924
mtd: nand: Add OX820 NAND Support
by Neil Armstrong
· 8 years ago
6ac18a4
mtd: nand: add support for the TC58NVG2S0H chip
by Boris Brezillon
· 8 years ago
f59dab8
mtd: nand: sunxi: fix support for 512bytes ECC chunks
by Boris Brezillon
· 8 years ago
884a3b6
UBI: Fix crash in try_recover_peb()
by Geert Uytterhoeven
· 8 years ago
a15cf34
ubi: fix swapped arguments to call to ubi_alloc_aeb
by Colin Ian King
· 8 years ago
b156b7f
mtd: nand: omap2: Fix module autoload
by Javier Martinez Canillas
· 8 years ago
a379f71
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
97139d4
treewide: remove redundant #include <linux/kconfig.h>
by Masahiro Yamada
· 8 years ago
4c60992
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 8 years ago
35ff96d
Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
12e3d3c
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
69db4aa
Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux
by Brian Norris
· 8 years ago
a771151
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
f5b88de
mtd: nand: fix trivial spelling error
by Brian Norris
· 8 years ago
1e2da4a
Merge tag 'for-4.9' of github.com:linux-nand/linux
by Brian Norris
· 8 years ago
f7d11b3
ubi: Fix Fastmap's update_vol()
by Richard Weinberger
· 8 years ago
2e8f08d
ubi: Fix races around ubi_refill_pools()
by Richard Weinberger
· 8 years ago
23654188
ubi: Deal with interrupted erasures in WL
by Richard Weinberger
· 8 years ago
3291b52
UBI: introduce the VID buffer concept
by Boris Brezillon
· 8 years ago
799dca3
UBI: hide EBA internals
by Boris Brezillon
· 8 years ago
1f81a5c
UBI: provide an helper to query LEB information
by Boris Brezillon
· 8 years ago
7554769
UBI: provide an helper to check whether a LEB is mapped or not
by Boris Brezillon
· 8 years ago
9a5f09a
UBI: add an helper to check lnum validity
by Boris Brezillon
· 8 years ago
2d78aee
UBI: simplify LEB write and atomic LEB change code
by Boris Brezillon
· 8 years ago
f036dfe
UBI: simplify recover_peb() code
by Boris Brezillon
· 8 years ago
7b6b749
UBI: move the global ech and vidh variables into struct ubi_attach_info
by Boris Brezillon
· 8 years ago
Next »