aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-mux-gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-27net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn1-98/+0
2020-07-21net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang1-8/+3
2019-01-22net: phy: Add SDPX tag based on COPYING fileAndrew Lunn1-5/+2
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+1
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-7/+4
2018-06-26mdio-mux-gpio: Remove VLA usageKees Cook1-8/+14
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe1-1/+1
2016-06-10mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar1-1/+1
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-1/+2
2015-04-27mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim1-43/+17
2015-03-17net: phy: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-28mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array functionRojhalat Ibrahim1-24/+13
2014-10-20net: phy: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-30net: mdio-mux-gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-2/+2
2012-12-03net/phy: remove __dev* attributesBill Pemberton1-3/+3
2012-08-06drivers/net/phy/mdio-mux-gpio.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall1-1/+0
2012-05-07netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines.David Daney1-0/+142