summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-11-20 09:55:45 +0100
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-12-02 09:29:16 +0100
commit1186af457cc186c5ed01708da71b1ffbdf0a2638 (patch)
treec8f61cc3709a015c686435e0993f1c25aa84fc45 /tools/perf/scripts/python
parent89f706dbd54faf2da1cb5bea9abc07b00c36ef69 (diff)
downloadkernel-1186af457cc186c5ed01708da71b1ffbdf0a2638.tar.gz
mtd: keep original flags for every struct mtd_info
When allocating a new partition mtd subsystem runs internal tests in the allocate_partition(). They may result in modifying specified flags (e.g. dropping some /features/ like write access). Those constraints don't have to be necessary true for subpartitions. It may happen parent partition isn't block aligned (effectively disabling write access) while subpartition may fit blocks nicely. In such case all checks should be run again (starting with original flags value). Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
mmit/drivers/net/dsa/mt7530.h?h=master&id=17c560113231ddc20088553c7b499b289b664311'>net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL 2024-04-10net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL 2024-03-21net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL 2024-03-21net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL 2024-03-05net: dsa: mt7530: simplify link operationsArınç ÜNAL 2024-03-05net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL 2024-03-05net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL 2024-02-07net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL 2024-01-29net: dsa: mt7530: store port 5 SGMII capability of MT7531Arınç ÜNAL 2024-01-29net: dsa: mt7530: use p5_interface_select as data type for p5_intf_selArınç ÜNAL 2024-01-29net: dsa: mt7530: always trap frames to active CPU port on MT7530Arınç ÜNAL 2023-08-19net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL 2023-06-20net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL 2023-06-20net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL 2023-04-19net: dsa: mt7530: fix support for MT7531BEDaniel Golle 2023-04-03net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle 2023-04-03net: dsa: mt7530: introduce separate MDIO driverDaniel Golle 2023-04-03net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle 2023-04-03net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle 2023-03-20net: dsa: mt7530: use external PCS driverDaniel Golle 2023-01-17net: dsa: mt7530: Separate C22 and C45 MDIO bus transactionsAndrew Lunn