summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-09-09 10:49:39 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-09-28 09:44:15 +0200
commiteb7d7b00d068bbf23c555a3589834753c3a1345b (patch)
treec27b54bb17c29715fe1311f7556f1aec68088b23 /tools/perf/scripts/python/libxed.py
parent9ec5b8fafb78c567c0b446891617a633e4994713 (diff)
downloadkernel-eb7d7b00d068bbf23c555a3589834753c3a1345b.tar.gz
ARM: dts: renesas: Add compatible properties to KSZ9031 Ethernet PHYs
Add compatible values to Ethernet PHY subnodes representing Micrel KSZ9031 PHYs on RZ/G1 boards. This allows software to identify the PHY model at any time, regardless of the state of the PHY reset line. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/ce8ae6b199fa244315a008ae31891a808ca1948d.1631174218.git.geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
n non-directory inode_operationsAl Viro 2013-02-22new helper: file_inode(file)Al Viro 2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2012-10-09hostfs: drop vmtruncateMarco Stornelli 2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro 2012-09-21userns: Convert hostfs to use kuid and kgid where appropriateEric W. Biederman 2012-07-14don't pass nameidata to ->create()Al Viro 2012-07-14stop passing nameidata to ->lookup()Al Viro 2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara 2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Geert Uytterhoeven 2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro 2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro 2012-01-03switch ->mknod() to umode_tAl Viro 2012-01-03switch ->create() to umode_tAl Viro 2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro 2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro 2011-11-02filesystems: add set_nlink()Miklos Szeredi