diff options
author | David S. Miller <davem@davemloft.net> | 2018-04-19 22:59:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-19 22:59:12 +0300 |
commit | 32e43779fc019ad777c9502210221e3891fdc1bf (patch) | |
tree | 8ce7e96850d9073368e72c8f89133ceb90931bf1 /drivers/net/phy/Makefile | |
parent | 3f4fe759f0042c762e03194716c8f79f1905dc40 (diff) | |
parent | 0207dd1173fe31c153ffd439c4bb33d1341829b1 (diff) | |
download | linux-32e43779fc019ad777c9502210221e3891fdc1bf.tar.xz |
Merge branch 'Modernize-mdio-gpio'
Andrew Lunn says:
====================
Modernize mdio-gpio
This patchset is inspired by a previous version by Linus Walleij
It reworks the mdio-gpio code to make use of gpio descriptors instead
of gpio numbers. However compared to the previous version, it retains
support for platform devices. It does however remove the platform_data
header file. The needed GPIOs are now passed by making use of a gpiod
lookup table. e.g:
static struct gpiod_lookup_table zii_scu_mdio_gpiod_table = {
.dev_id = "mdio-gpio.0",
.table = {
GPIO_LOOKUP_IDX("gpio_ich", 17, NULL, MDIO_GPIO_MDC,
GPIO_ACTIVE_HIGH),
GPIO_LOOKUP_IDX("gpio_ich", 2, NULL, MDIO_GPIO_MDIO,
GPIO_ACTIVE_HIGH),
GPIO_LOOKUP_IDX("gpio_ich", 21, NULL, MDIO_GPIO_MDO,
GPIO_ACTIVE_LOW),
},
};
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
0 files changed, 0 insertions, 0 deletions