index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-30
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
7
-169
/
+479
2010-10-29
convert get_sb_mtd() users to ->mount()
Al Viro
1
-3
/
+2
2010-10-26
mtd: cfi_cmdset_0002: make sector erase command variable
Guillaume LECERF
1
-0
/
+1
2010-10-25
mtd: remove junk tabs in nand.h
Sebastian Andrzej Siewior
1
-168
/
+147
2010-10-25
mtd: cleanup nand.h
Sebastian Andrzej Siewior
1
-56
/
+99
2010-10-25
mtd: nand: introduce NAND_CREATE_EMPTY_BBT
Sebastian Andrzej Siewior
2
-1
/
+3
2010-10-25
mtd: nand: add support for BBT without OOB
Sebastian Andrzej Siewior
2
-2
/
+11
2010-10-25
mtd: add init_size hook for NAND driver
Huang Shijie
1
-0
/
+6
2010-10-25
mtd: prepare partition add and del functions for ioctl requests
Roman Tereshonkov
1
-0
/
+5
2010-10-25
mtd: generic FSMC NAND MTD driver
Linus Walleij
1
-0
/
+181
2010-10-25
mtd: nand: add support for reading ONFI parameters from NAND device
Florian Fainelli
1
-0
/
+68
2010-10-25
mtd: nand: add NAND_CMD_PARAM (0xec) definition
Florian Fainelli
1
-0
/
+1
2010-10-25
mtd: nand: Increase NAND_MAX_OOBSIZE
Brian Norris
1
-2
/
+2
2010-10-25
mtd: edit comments on deprecation of ioctl ECCGETLAYOUT
Brian Norris
1
-4
/
+4
2010-10-25
mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT
Brian Norris
2
-1
/
+16
2010-10-25
mtd: inftl.h: fix spacing errors
Brian Norris
1
-7
/
+7
2010-08-09
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
3
-12
/
+0
2010-08-08
mtd: Update copyright notices
David Woodhouse
13
-27
/
+186
2010-08-08
mtd-physmap: add support users can assign the probe type in board files
Barry Song
1
-0
/
+1
2010-08-06
mtd: change struct flchip_shared spinlock locking into mutex
Stefani Seibold
1
-1
/
+1
2010-08-04
mtd: OneNAND: Introduce chip_probe function
Kyungmin Park
1
-0
/
+2
2010-08-02
mtd: nand: more BB Detection refactoring and dynamic scan options
Brian Norris
1
-0
/
+4
2010-08-02
mtd: nand: edit macro flag for BBT scan of last page in block
Brian Norris
2
-2
/
+2
2010-08-02
mtd: add an ioctl to query the lock status of a flash sector
Richard Cochran
1
-0
/
+1
2010-05-14
mtd: nand: support alternate BB marker locations on MLC
Kevin Cernekee
1
-0
/
+2
2010-05-14
mtd: nand: extend NAND flash detection to new MLC chips
Kevin Cernekee
1
-1
/
+1
2010-05-14
mtd: suppress warnings in inline_map_read()
Kevin Cernekee
1
-0
/
+2
2010-05-14
mtd: map.h: add missing bug.h include
Kevin Cernekee
1
-0
/
+1
2010-05-14
mtd: onenand: add new callback for bufferram read
Kyungmin Park
1
-0
/
+2
2010-05-14
mtd: onenand: allocate verify buffer in the core
Kyungmin Park
1
-0
/
+3
2010-05-14
mtd: onenand: add support for chips with 4KiB page size
Kyungmin Park
1
-0
/
+4
2010-05-14
mtd: chips: use common manufacturer codes in jedec_probe()
Wolfram Sang
1
-2
/
+11
2010-05-14
mtd: cfi_probe: add support for SST 0x0701 vendorname
Guillaume LECERF
1
-0
/
+1
2010-05-13
mtd/nand/sh_flctl: Move function mtd_to_flctl to fix build failure
Peter Huewe
1
-5
/
+5
2010-05-10
mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.
Stefani Seibold
1
-2
/
+2
2010-05-10
mtd/nand/sh_flctl: Replace the dangerous mtd_to_flctl macro
Ferenc Wagner
1
-1
/
+4
2010-05-10
mtd: mtdram.h: checkpatch cleanup
Andrea Gelmini
1
-1
/
+1
2010-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+3
2010-02-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+17
2010-02-26
mtd: Workaround wrong write protect status on some xD cards
Maxim Levitsky
1
-0
/
+6
2010-02-26
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
1
-1
/
+3
2010-02-26
mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte
Maxim Levitsky
1
-0
/
+1
2010-02-26
mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation
Maxim Levitsky
1
-3
/
+1
2010-02-26
mtd: blktrans: allow FTL drivers to export sysfs attributes
Maxim Levitsky
1
-0
/
+2
2010-02-26
mtd: blktrans: Hotplug fixes
Maxim Levitsky
1
-0
/
+3
2010-02-26
mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and thread
Maxim Levitsky
1
-5
/
+5
2010-02-26
mtd: create unlocked versions of {get,put}_mtd_device
Maxim Levitsky
1
-1
/
+2
2010-02-26
mtd: move more manufacturers to the common cfi.h header file
Guillaume LECERF
1
-5
/
+7
2010-02-26
mtd: nand: add lock/unlock routines
Vimal Singh
1
-0
/
+10
2010-02-25
mtd: Replace static array of devices with an idr structure
Ben Hutchings
1
-1
/
+0
[next]