summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorConke Hu <conke@maxwit.com>2010-07-13 12:56:30 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-08-02 09:08:13 +0100
commit78d1022439e501bc4a1a32bfaad5a321b8a9d5d6 (patch)
treebc10b95bff7993ae36d45a416df8404e2a3b84fa /tools/perf/scripts/python
parent6a8cfcfb0de881735df4031eb5cc99be3d0971e9 (diff)
downloadkernel-78d1022439e501bc4a1a32bfaad5a321b8a9d5d6.tar.gz
mtd: s3c nand: parsing command-line partitions prior to set->partitions
Current driver prevents command-line partitions from being parsed when built-in partitions are defined in s3c2410_nand_set object, but it is not desirable in some cases. This patch tries to parse commad-line partitions prior to the built-in. Signed-off-by: Conke Hu <conke@maxwit.com> 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
pass a block_device and opf to blk_next_bioChaitanya Kulkarni 2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki 2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel 2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel 2021-06-04block: improve handling of all zones reset operationDamien Le Moal 2021-04-07blk-zoned: Remove the definition of blk_zone_start()Bart Van Assche 2021-03-11block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki 2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal 2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal 2020-12-07block: Improve blk_revalidate_disk_zones() checksDamien Le Moal 2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn 2020-07-08block: add capacity field to zone descriptorsMatias Bjørling 2020-05-12block: Modify revalidate zonesDamien Le Moal 2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn 2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-03-27block: add a zone condition debug helperChaitanya Kulkarni 2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan 2020-01-09block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni