Age | Commit message (Expand) | Author | Files | Lines |
2017-06-22 | mtd: extract TRX parser out of bcm47xxpart into a separated module | Rafał Miłecki | 1 | -94/+5 |
2017-02-10 | mtd: bcm47xxpart: support layouts with multiple TRX partitions | Rafał Miłecki | 1 | -10/+46 |
2017-02-10 | mtd: bcm47xxpart: move TRX parsing code to separated function | Rafał Miłecki | 1 | -47/+74 |
2016-11-22 | mtd: bcm47xxpart: fix parsing first block after aligned TRX | Rafał Miłecki | 1 | -6/+4 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -1/+1 |
2016-01-24 | mtd: bcm47xxpart: don't fail because of bit-flips | Rafał Miłecki | 1 | -16/+22 |
2016-01-24 | mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only | Rafał Miłecki | 1 | -2/+2 |
2015-12-09 | mtd: partitions: make parsers return 'const' partition arrays | Brian Norris | 1 | -1/+1 |
2015-11-20 | mtd: kill off MTD partition parser boilerplate | Brian Norris | 1 | -15/+1 |
2015-01-07 | mtd: bcm47xxpart: support SquashFS with an original magic | Rafał Miłecki | 1 | -2/+5 |
2015-01-07 | mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki) | Rafał Miłecki | 1 | -2/+6 |
2015-01-07 | mtd: bcm47xxpart: support TRX data partition being UBI | Rafał Miłecki | 1 | -2/+26 |
2014-10-22 | mtd: bcm47xxpart: only register partitions if the trx header was filled | Hauke Mehrtens | 1 | -6/+14 |
2014-10-22 | mtd: bcm47xxpart: alloc memory for more partitions | Rafał Miłecki | 1 | -2/+6 |
2014-09-18 | mtd: bcm47xxpart: find NVRAM partitions in middle blocks | Rafał Miłecki | 1 | -0/+11 |
2014-03-11 | mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301X | Rafał Miłecki | 1 | -1/+1 |
2014-03-11 | mtd: bcm47xxpart: avoid overflowing when registering trx | Rafał Miłecki | 1 | -0/+5 |
2014-03-11 | mtd: bcm47xxpart: fix off by one in partitions limit | Rafał Miłecki | 1 | -2/+2 |
2014-01-07 | mtd: bcm47xxpart: alternative MAGIC for board_data partition | Rafał Miłecki | 1 | -0/+16 |
2014-01-07 | mtd: bcm47xxpart: find boot partition by CFE magic | Rafał Miłecki | 1 | -3/+5 |
2014-01-03 | mtd: make register_mtd_parser return void | Axel Lin | 1 | -1/+2 |
2013-11-07 | mtd: bcm47xxpart: detect "factory" partition | Rafał Miłecki | 1 | -0/+8 |
2013-11-07 | mtd: bcm47xxpart: detect block aligned Squashfs partition | Rafał Miłecki | 1 | -0/+8 |
2013-11-07 | mtd: bcm47xxpart: handle malloc failures | Hauke Mehrtens | 1 | -0/+7 |
2013-03-08 | mtd: bcm47xxpart: look for NVRAM at the end of device | Rafał Miłecki | 1 | -7/+25 |
2013-03-08 | Revert "mtd: bcm47xxpart: improve probing of nvram partition" | Rafał Miłecki | 1 | -13/+9 |
2013-03-03 | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -15/+34 |
2013-02-15 | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names | Hauke Mehrtens | 1 | -1/+1 |
2013-02-04 | mtd: bcm47xxpart: improve probing of nvram partition | Hauke Mehrtens | 1 | -9/+13 |
2013-02-04 | mtd: bcm47xxpart: add support for other erase sizes | Hauke Mehrtens | 1 | -1/+4 |
2013-02-04 | mtd: bcm47xxpart: register extra "firmware" partition | Rafał Miłecki | 1 | -0/+11 |
2013-02-04 | mtd: bcm47xxpart: simplify size calculation to one loop | Rafał Miłecki | 1 | -5/+6 |
2012-09-29 | mtd: bcm47part driver for BCM47XX chipsets | Rafał Miłecki | 1 | -0/+202 |