aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/bcm47xxpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-15mtd: parsers: Move BCM47xx parserLinus Walleij1-317/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-23mtd: bcm47xxpart: add of_match_table with a new DT bindingRafał Miłecki1-0/+7
2018-05-12mtd: bcm47xxpart: improve handling TRX partition sizeRafał Miłecki1-4/+18
2017-06-22mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki1-94/+5
2017-02-09mtd: bcm47xxpart: support layouts with multiple TRX partitionsRafał Miłecki1-10/+46
2017-02-09mtd: bcm47xxpart: move TRX parsing code to separated functionRafał Miłecki1-47/+74
2016-11-22mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki1-6/+4
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-01-23mtd: bcm47xxpart: don't fail because of bit-flipsRafał Miłecki1-16/+22
2016-01-23mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) onlyRafał Miłecki1-2/+2
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-1/+1
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris1-15/+1
2015-01-07mtd: bcm47xxpart: support SquashFS with an original magicRafał Miłecki1-2/+5
2015-01-07mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)Rafał Miłecki1-2/+6
2015-01-07mtd: bcm47xxpart: support TRX data partition being UBIRafał Miłecki1-2/+26
2014-10-22mtd: bcm47xxpart: only register partitions if the trx header was filledHauke Mehrtens1-6/+14
2014-10-22mtd: bcm47xxpart: alloc memory for more partitionsRafał Miłecki1-2/+6
2014-09-17mtd: bcm47xxpart: find NVRAM partitions in middle blocksRafał Miłecki1-0/+11
2014-03-10mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki1-1/+1
2014-03-10mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki1-0/+5
2014-03-10mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki1-2/+2
2014-01-07mtd: bcm47xxpart: alternative MAGIC for board_data partitionRafał Miłecki1-0/+16
2014-01-07mtd: bcm47xxpart: find boot partition by CFE magicRafał Miłecki1-3/+5
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-1/+2
2013-11-06mtd: bcm47xxpart: detect "factory" partitionRafał Miłecki1-0/+8
2013-11-06mtd: bcm47xxpart: detect block aligned Squashfs partitionRafał Miłecki1-0/+8
2013-11-06mtd: bcm47xxpart: handle malloc failuresHauke Mehrtens1-0/+7
2013-03-08mtd: bcm47xxpart: look for NVRAM at the end of deviceRafał Miłecki1-7/+25
2013-03-08Revert "mtd: bcm47xxpart: improve probing of nvram partition"Rafał Miłecki1-13/+9
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-15/+34
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens1-1/+1
2013-02-04mtd: bcm47xxpart: improve probing of nvram partitionHauke Mehrtens1-9/+13
2013-02-04mtd: bcm47xxpart: add support for other erase sizesHauke Mehrtens1-1/+4
2013-02-04mtd: bcm47xxpart: register extra "firmware" partitionRafał Miłecki1-0/+11
2013-02-04mtd: bcm47xxpart: simplify size calculation to one loopRafał Miłecki1-5/+6
2012-09-29mtd: bcm47part driver for BCM47XX chipsetsRafał Miłecki1-0/+202