summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAaron Sierra <asierra@xes-inc.com>2014-09-17 13:08:28 -0500
committerBrian Norris <computersforpeace@gmail.com>2014-09-22 10:13:13 -0700
commite5bffb59cfbb3371ff00a165a5a48c1f3fdf125a (patch)
tree3c7f6d2207538c72571587e13b51957ec1616830 /tools/perf/scripts/python/bin
parent9b07a8d1ab85ccacaceb9f704c361119348aabab (diff)
downloadkernel-e5bffb59cfbb3371ff00a165a5a48c1f3fdf125a.tar.gz
mtd: physmap_of: Add non-obsolete map_rom probe
Previously, the only way to map a NOR device as a simple ROM was to use the obsolete "direct-mapped" compatible binding (which further requires device_type = "nor" and probe-type = "NOR" properties). This patch adds an "mtd-rom" compatible binding to the "map_rom" probe type. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
'/distro/kernel/commit/drivers/net/netdevsim/dev.c?id=644a66c60f02f302d82c3008ae2ffe67cf495383'>net: devlink: convert reload command to take implicit devlink->lockJiri Pirko 2022-07-18netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko 2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski 2022-03-21netdevsim: replace vfs_lock with devlink instance lockJakub Kicinski 2022-03-21netdevsim: replace port_list_lock with devlink instance lockJakub Kicinski 2022-03-15netdevsim: Introduce support for L3 offload xstatsPetr Machata 2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky 2021-11-01netdevsim: fix uninit value in nsim_drv_configure_vfs()Jakub Kicinski 2021-11-01netdevsim: rename 'driver' entry pointsJakub Kicinski 2021-11-01netdevsim: move max vf config to devJakub Kicinski 2021-11-01netdevsim: move details of vf config to devJakub Kicinski 2021-11-01netdevsim: move vfconfig to nsim_devJakub Kicinski 2021-10-29netdevsim: remove max_vfs dentryJakub Kicinski 2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky 2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky 2021-09-27netdevsim: Move devlink registration to be last devlink commandLeon Romanovsky 2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky 2021-08-09devlink: Set device as early as possibleLeon Romanovsky 2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky 2021-08-05netdevsim: Forbid devlink reload when adding or deleting portsLeon Romanovsky 2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky 2021-06-18drivers: net: netdevsim: fix devlink_trap selftests failingOleksandr Mazur 2021-06-14drivers: net: netdevsim: add devlink trap_drop_counter_get implementationOleksandr Mazur 2021-06-09netdevsim: delete unnecessary debugfs checkingDan Carpenter 2021-06-02netdevsim: Allow setting parent node of rate objectsDmytro Linkin 2021-06-02netdevsim: Implement support for devlink rate nodesDmytro Linkin 2021-06-02netdevsim: Implement devlink rate leafs tx rate supportDmytro Linkin 2021-06-02netdevsim: Register devlink rate leaf objects per VFDmytro Linkin 2021-06-02netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin 2021-06-02netdevsim: Implement VFsDmytro Linkin 2021-06-02netdevsim: Implement port types and indexingDmytro Linkin 2021-06-02netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin 2021-06-02netdevsim: Add max_vfs to bus_devDmytro Linkin 2021-03-14netdevsim: Add dummy psample implementationIdo Schimmel