Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
5942ddbc500d1c9b75e571b656be97f65b26adfe
/
drivers
5942ddb
mtd: introduce mtd_block_markbad interface
by Artem Bityutskiy
· 13 years ago
7086c19
mtd: introduce mtd_block_isbad interface
by Artem Bityutskiy
· 13 years ago
ead995f
mtd: introduce mtd_resume interface
by Artem Bityutskiy
· 13 years ago
3fe4bae
mtd: introduce mtd_suspend interface
by Artem Bityutskiy
· 13 years ago
e95e978
mtd: introduce mtd_is_locked interface
by Artem Bityutskiy
· 13 years ago
b66005c
mtd: introduce mtd_unlock interface
by Artem Bityutskiy
· 13 years ago
7799f9a
mtd: introduce mtd_lock interface
by Artem Bityutskiy
· 13 years ago
85f2f2a
mtd: introduce mtd_sync interface
by Artem Bityutskiy
· 13 years ago
b0a31f7
mtd: introduce mtd_writev interface
by Artem Bityutskiy
· 13 years ago
4403dbf
mtd: introduce mtd_lock_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
482b43a
mtd: introduce mtd_write_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
4ea1cab
mtd: introduce mtd_read_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
855e5d8
mtd: introduce mtd_get_user_prot_info interface
by Artem Bityutskiy
· 13 years ago
d264f72
mtd: introduce mtd_read_fact_prot_reg interface
by Artem Bityutskiy
· 13 years ago
a750b5c
mtd: introduce mtd_get_fact_prot_info interface
by Artem Bityutskiy
· 13 years ago
a2cc5ba
mtd: introduce mtd_write_oob interface
by Artem Bityutskiy
· 13 years ago
fd2819b
mtd: introduce mtd_read_oob interface
by Artem Bityutskiy
· 13 years ago
7ae79d7
mtd: introduce mtd_panic_write interface
by Artem Bityutskiy
· 13 years ago
eda95cb
mtd: introduce mtd_write interface
by Artem Bityutskiy
· 13 years ago
329ad39
mtd: introduce mtd_read interface
by Artem Bityutskiy
· 13 years ago
04c601b
mtd: introduce mtd_get_unmapped_area interface
by Artem Bityutskiy
· 13 years ago
7219778
mtd: introduce mtd_unpoint interface
by Artem Bityutskiy
· 13 years ago
d35ea20
mtd: introduce mtd_point interface
by Artem Bityutskiy
· 13 years ago
7e1f0dc
mtd: introduce mtd_erase interface
by Artem Bityutskiy
· 13 years ago
969e57a
mtd: mtdchar: rename functions
by Artem Bityutskiy
· 13 years ago
cdfe5ed
mtd: lpddr: drop unnecessary zeroing
by Artem Bityutskiy
· 13 years ago
bca7f5f
mtd: txx9ndfmc: use devm_request_and_ioremap
by Julia Lawall
· 13 years ago
af32b36
mtd: lantiq-flash: drop iounmap for devm_ allocated data
by Julia Lawall
· 13 years ago
775c3220
mtd: gpio-nand: add device tree bindings
by Jamie Iles
· 13 years ago
f98872f
mtd: bcm63xxpart: check the image tag's crc32
by Jonas Gorski
· 13 years ago
327c62c
mtd: bcm63xxpart: don't assume NVRAM is always the fourth partition
by Jonas Gorski
· 13 years ago
678eb9b
mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiB
by Jonas Gorski
· 13 years ago
f2d9739
mtd: bcm63xxpart: check version marker string for newer CFEs
by Jonas Gorski
· 13 years ago
f9fbcdc
mtd: sm_ftl: fix module parameter
by Rusty Russell
· 13 years ago
e10019b
mtd: docg3: remove unused function
by Robert Jarzmik
· 13 years ago
f57eb5c
mtd: nand: Add ONFI support for FSL NAND controller
by Shengzhou Liu
· 13 years ago
d825110
mtd: nand: fixup for fmr initialization of Freescale NAND controller
by Shengzhou Liu
· 13 years ago
9ae84fe
mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctly
by Liu Shuo
· 13 years ago
556f063
mtdoops: fix the oops_page_used array size
by Roman Tereshonkov
· 13 years ago
fa3ae71
mtd: maps: remove the now unused bcm963xx-flash
by Jonas Gorski
· 13 years ago
529688f
mtd: maps: physmap: allow partition parsers for physmap_flash_data
by Jonas Gorski
· 13 years ago
70a3c16
mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parser
by Jonas Gorski
· 13 years ago
ca105f4
mtd: maps: bcm963xx-flash: clean up printk usage
by Jonas Gorski
· 13 years ago
6ae9c1c
mtd: maps: bcm963xx-flash: remove superfluous semicolons
by Jonas Gorski
· 13 years ago
35096cb
mtd: maps: bcm963xx-flash: fix word order for spare partition
by Jonas Gorski
· 13 years ago
47882d7
mtd: davinci: if no amif timing is passed, don; t setup cscfg register
by Heiko Schocher
· 13 years ago
e32de76
mtd: nand: set correct length to FBCR for a non-full-page write
by Liu Shuo
· 13 years ago
a9a552f
mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPAR
by Liu Shuo
· 13 years ago
b604436
mtd: docg3: fixes and cleanups
by Robert Jarzmik
· 13 years ago
3538c56
mtd: mtdoops: skip reading initially bad blocks
by Roman Tereshonkov
· 13 years ago
2f4478c
mtd: tests: stresstest: bail out if device has not enough eraseblocks
by Wolfram Sang
· 13 years ago
f99640d
mtd: convert drivers/mtd/* to use module_platform_driver()
by Axel Lin
· 13 years ago
b49e345
mtd: docg3: dereferencing an ERR_PTR() in docg3_probe()
by Dan Carpenter
· 13 years ago
5d3667e
mtd: Remove redundant spi driver bus initialization
by Lars-Peter Clausen
· 13 years ago
0f769d3
mtd: docg3: add protection areas sysfs access
by Robert Jarzmik
· 13 years ago
c3de8a8
mtd: docg3: add fast mode
by Robert Jarzmik
· 13 years ago
e4b2a96
mtd: docg3: add suspend and resume
by Robert Jarzmik
· 13 years ago
d13d19e
mtd: docg3: add ECC correction code
by Robert Jarzmik
· 13 years ago
7a7fcf1
mtd: docg3: map erase and write functions
by Robert Jarzmik
· 13 years ago
de03cd7
mtd: docg3: add erase functions
by Robert Jarzmik
· 13 years ago
fb50b58
mtd: docg3: add write functions
by Robert Jarzmik
· 13 years ago
316e627
mtd: docg3: add OOB buffer to device structure
by Robert Jarzmik
· 13 years ago
376fbf2
mtd: docg3: add registers for erasing and writing
by Robert Jarzmik
· 13 years ago
732b63b
mtd: docg3: add OOB layout to mtdinfo
by Robert Jarzmik
· 13 years ago
ae9d493
mtd: docg3: add multiple floor support
by Robert Jarzmik
· 13 years ago
32a50b3
mtd: docg3: fix reading oob+data without correction
by Robert Jarzmik
· 13 years ago
34db8a5
mtd: docg3: fix BCH registers
by Robert Jarzmik
· 13 years ago
dbc26d9
mtd: docg3: fix protection areas reading
by Robert Jarzmik
· 13 years ago
84a9305
mtd: docg3: fix tracing of IO in writeb
by Robert Jarzmik
· 13 years ago
ac48e80
mtd: docg3: fix debug log verbosity
by Robert Jarzmik
· 13 years ago
12f049b
mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUS
by Shubhrajyoti D
· 13 years ago
8e98746
mtd: cfi: Allow per-mapping CFI device endianness
by Aaron Sierra
· 13 years ago
342ff28
mtd: mtd_blkdevs: don't increase 'open' count on error path
by Brian Norris
· 13 years ago
8c34233
mtd: nand: scan 1st and 2nd page for Macronix SLC
by Brian Norris
· 13 years ago
c01804e
mtd: nand: add 512 Mbit device code (Macronix)
by Brian Norris
· 13 years ago
c1257b4
mtd: nand: add Macronix manufacturer
by Brian Norris
· 13 years ago
4d18de9
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
ad1fca2
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
961902c
md/bitmap: It is OK to clear bits during recovery.
by NeilBrown
· 13 years ago
60fc137
md: don't give up looking for spares on first failure-to-add
by NeilBrown
· 13 years ago
30d7a48
md/raid5: ensure correct assessment of drives during degraded reshape.
by NeilBrown
· 13 years ago
09cd927
md/linear: fix hot-add of devices to linear arrays.
by NeilBrown
· 13 years ago
b3b1b70
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
abe8809
Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev
by Linus Torvalds
· 13 years ago
19d40dc
pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
by David Miller
· 13 years ago
ecefc36
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
0703c68
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
341f5b1
Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 13 years ago
abf058e
USB: Fix usb/isp1760 build on sparc
by David Miller
· 13 years ago
b4949b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
b9e26df
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
11da3764
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
5fbd305
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
a205b08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
455ba0c
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
929e8d4
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
62d7a29
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
b75d91f
ipmi_watchdog: restore settings when BMC reset
by Corey Minyard
· 13 years ago
fa86040
mfd: Include linux/io.h to jz4740-adc
by Axel Lin
· 13 years ago
c1e61bc
mfd: Use request_threaded_irq for twl4030-irq instead of irq_set_chained_handler
by NeilBrown
· 13 years ago
Next »