summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-12-16 23:42:19 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-01-06 15:36:00 +0000
commita121f643993474548fe98144514c50dd4f3dbe76 (patch)
tree184d54ebdbd62977ed4d672058293638fe2e0b2a /tools/perf/scripts/python
parent7fa33ac0a7e24a1b8bd71be5c47a17423c62fbda (diff)
downloadkernel-a121f643993474548fe98144514c50dd4f3dbe76.tar.gz
UBI: use mtd->writebufsize to set minimal I/O unit size
Previously we used mtd->writesize field to set UBI's minimal I/O unit size. This sometimes caused UBIFS recovery issues when mounting an uncleanly unmounted UBIFS partition on NOR flash since mtd->writesize is 1 byte for NOR flash. The MTD CFI driver however often performs writing multiple bytes in one programming operation using the chip's write buffer. We have to use the size of this write buffer as a minimal I/O unit size for UBI on NOR flash to fix the observed UBIFS recovery issues. Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
fikamx.c?h=linux-6.6.y&id=ae4c42e4e4d76d003f8ca551fe1aef93ff9a4b21'>Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2011-07-07ARM: mx5: convert to new leds-gpio registration helperUwe Kleine-König 2011-06-06gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo 2011-05-19ARM: mx51: Remove imx51_add_gpio_keysFabio Estevam 2011-05-19ARM: imx: remove #includes already available from devices-common.hUwe Kleine-König 2011-02-18efikamx: add mc13892 support / implement power offArnaud Patard (Rtp) 2011-02-18efikamx: add usb h1 supportArnaud Patard (Rtp) 2011-02-18Introduce EFIKA_COMMONArnaud Patard (Rtp) 2011-02-11ARM: mx3+mx5: rename mxc_board_init to ${machine}_initUwe Kleine-König 2011-02-11ARM i.MX ehci: do ehci init in board specific functionsSascha Hauer 2011-02-10ARM: mx5: use .init_early to initialize cpu type, reset address and iomuxerUwe Kleine-König 2011-01-27ARM i.MX51 efikamx: remove unnecessary CONFIG_SERIAL_IMX ifdefsSascha Hauer 2010-12-15ARM i.MX51: Full iomux supportSascha Hauer 2010-12-14ARM: mx5: check for error in ioremapFabio Estevam 2010-12-03iMX51: introduce IMX_GPIO_NRArnaud Patard (Rtp) 2010-12-03mx5: Fix efikamx buildArnaud Patard (Rtp) 2010-11-24efikamx: add resetArnaud Patard (Rtp) 2010-11-24efikamx: add spi nor supportArnaud Patard (Rtp) 2010-11-24efikamx: add support for power keyArnaud Patard (Rtp) 2010-11-24efikamx: add leds supportArnaud Patard (Rtp) 2010-11-24efikamx: add mmc supportArnaud Patard (Rtp) 2010-11-24efikamx: read board idArnaud Patard (Rtp) 2010-11-24ARM: i.MX IOMUX-V3 replace struct pad_desc with bitmapped cookieLothar Waßmann 2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre 2010-10-11mx51: efikamx: add otg supportAmit Kucheria 2010-10-11mx51: add support for genesi efikamx nettopAmit Kucheria