summaryrefslogtreecommitdiff
path: root/drivers/mtd/bcm47xxpart.c
Commit message (Expand)AuthorAge
* mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki2017-06-22
* mtd: bcm47xxpart: support layouts with multiple TRX partitionsRafał Miłecki2017-02-09
* mtd: bcm47xxpart: move TRX parsing code to separated functionRafał Miłecki2017-02-09
* mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki2016-11-22
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
* mtd: bcm47xxpart: don't fail because of bit-flipsRafał Miłecki2016-01-23
* mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) onlyRafał Miłecki2016-01-23
* mtd: partitions: make parsers return 'const' partition arraysBrian Norris2015-12-09
* mtd: kill off MTD partition parser boilerplateBrian Norris2015-11-19
* mtd: bcm47xxpart: support SquashFS with an original magicRafał Miłecki2015-01-07
* mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)Rafał Miłecki2015-01-07
* mtd: bcm47xxpart: support TRX data partition being UBIRafał Miłecki2015-01-07
* mtd: bcm47xxpart: only register partitions if the trx header was filledHauke Mehrtens2014-10-22
* mtd: bcm47xxpart: alloc memory for more partitionsRafał Miłecki2014-10-22
* mtd: bcm47xxpart: find NVRAM partitions in middle blocksRafał Miłecki2014-09-17
* mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki2014-03-10
* mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki2014-03-10
* mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki2014-03-10
* mtd: bcm47xxpart: alternative MAGIC for board_data partitionRafał Miłecki2014-01-07
* mtd: bcm47xxpart: find boot partition by CFE magicRafał Miłecki2014-01-07
* mtd: make register_mtd_parser return voidAxel Lin2014-01-03
* mtd: bcm47xxpart: detect "factory" partitionRafał Miłecki2013-11-06
* mtd: bcm47xxpart: detect block aligned Squashfs partitionRafał Miłecki2013-11-06
* mtd: bcm47xxpart: handle malloc failuresHauke Mehrtens2013-11-06
* mtd: bcm47xxpart: look for NVRAM at the end of deviceRafał Miłecki2013-03-08
* Revert "mtd: bcm47xxpart: improve probing of nvram partition"Rafał Miłecki2013-03-08
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-02
|\
| * mtd: bcm47xxpart: improve probing of nvram partitionHauke Mehrtens2013-02-04
| * mtd: bcm47xxpart: add support for other erase sizesHauke Mehrtens2013-02-04
| * mtd: bcm47xxpart: register extra "firmware" partitionRafał Miłecki2013-02-04
| * mtd: bcm47xxpart: simplify size calculation to one loopRafał Miłecki2013-02-04
* | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-15
|/
* mtd: bcm47part driver for BCM47XX chipsetsRafał Miłecki2012-09-29