index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
bcm47xxpart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
mtd: bcm47xxpart: add of_match_table with a new DT binding
Rafał Miłecki
2018-05-23
1
-0
/
+7
*
mtd: bcm47xxpart: improve handling TRX partition size
Rafał Miłecki
2018-05-12
1
-4
/
+18
*
mtd: extract TRX parser out of bcm47xxpart into a separated module
Rafał Miłecki
2017-06-22
1
-94
/
+5
*
mtd: bcm47xxpart: support layouts with multiple TRX partitions
Rafał Miłecki
2017-02-09
1
-10
/
+46
*
mtd: bcm47xxpart: move TRX parsing code to separated function
Rafał Miłecki
2017-02-09
1
-47
/
+74
*
mtd: bcm47xxpart: fix parsing first block after aligned TRX
Rafał Miłecki
2016-11-22
1
-6
/
+4
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-1
/
+1
*
mtd: bcm47xxpart: don't fail because of bit-flips
Rafał Miłecki
2016-01-23
1
-16
/
+22
*
mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only
Rafał Miłecki
2016-01-23
1
-2
/
+2
*
mtd: partitions: make parsers return 'const' partition arrays
Brian Norris
2015-12-09
1
-1
/
+1
*
mtd: kill off MTD partition parser boilerplate
Brian Norris
2015-11-19
1
-15
/
+1
*
mtd: bcm47xxpart: support SquashFS with an original magic
Rafał Miłecki
2015-01-07
1
-2
/
+5
*
mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)
Rafał Miłecki
2015-01-07
1
-2
/
+6
*
mtd: bcm47xxpart: support TRX data partition being UBI
Rafał Miłecki
2015-01-07
1
-2
/
+26
*
mtd: bcm47xxpart: only register partitions if the trx header was filled
Hauke Mehrtens
2014-10-22
1
-6
/
+14
*
mtd: bcm47xxpart: alloc memory for more partitions
Rafał Miłecki
2014-10-22
1
-2
/
+6
*
mtd: bcm47xxpart: find NVRAM partitions in middle blocks
Rafał Miłecki
2014-09-17
1
-0
/
+11
*
mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301X
Rafał Miłecki
2014-03-10
1
-1
/
+1
*
mtd: bcm47xxpart: avoid overflowing when registering trx
Rafał Miłecki
2014-03-10
1
-0
/
+5
*
mtd: bcm47xxpart: fix off by one in partitions limit
Rafał Miłecki
2014-03-10
1
-2
/
+2
*
mtd: bcm47xxpart: alternative MAGIC for board_data partition
Rafał Miłecki
2014-01-07
1
-0
/
+16
*
mtd: bcm47xxpart: find boot partition by CFE magic
Rafał Miłecki
2014-01-07
1
-3
/
+5
*
mtd: make register_mtd_parser return void
Axel Lin
2014-01-03
1
-1
/
+2
*
mtd: bcm47xxpart: detect "factory" partition
Rafał Miłecki
2013-11-06
1
-0
/
+8
*
mtd: bcm47xxpart: detect block aligned Squashfs partition
Rafał Miłecki
2013-11-06
1
-0
/
+8
*
mtd: bcm47xxpart: handle malloc failures
Hauke Mehrtens
2013-11-06
1
-0
/
+7
*
mtd: bcm47xxpart: look for NVRAM at the end of device
Rafał Miłecki
2013-03-08
1
-7
/
+25
*
Revert "mtd: bcm47xxpart: improve probing of nvram partition"
Rafał Miłecki
2013-03-08
1
-13
/
+9
*
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-03-02
1
-15
/
+34
|
\
|
*
mtd: bcm47xxpart: improve probing of nvram partition
Hauke Mehrtens
2013-02-04
1
-9
/
+13
|
*
mtd: bcm47xxpart: add support for other erase sizes
Hauke Mehrtens
2013-02-04
1
-1
/
+4
|
*
mtd: bcm47xxpart: register extra "firmware" partition
Rafał Miłecki
2013-02-04
1
-0
/
+11
|
*
mtd: bcm47xxpart: simplify size calculation to one loop
Rafał Miłecki
2013-02-04
1
-5
/
+6
*
|
MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names
Hauke Mehrtens
2013-02-15
1
-1
/
+1
|
/
*
mtd: bcm47part driver for BCM47XX chipsets
Rafał Miłecki
2012-09-29
1
-0
/
+202