index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
davinci_mdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-11
drivers: net: davinci_mdio: print bus frequency
Maxim Uvarov
1
-2
/
+4
2017-08-11
drivers: net: davinci_mdio: remove busy loop on wait user access
Maxim Uvarov
1
-1
/
+3
2016-06-28
drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdio
Grygorii Strashko
1
-11
/
+34
2016-06-28
drivers: net: davinci_mdio: implement pm runtime auto mode
Grygorii Strashko
1
-9
/
+39
2016-06-28
drivers: net: davinci_mdio: add pm runtime callbacks
Grygorii Strashko
1
-4
/
+27
2016-06-28
drivers: net: davinci_mdio: split reset function on init_clk and enable
Grygorii Strashko
1
-7
/
+14
2016-06-28
drivers: net: davinci_mdio: drop suspended and lock fields from mdio_data
Grygorii Strashko
1
-30
/
+0
2016-06-28
drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacks
Grygorii Strashko
1
-3
/
+0
2016-06-28
drivers: net: davinci_mdio: do pm runtime initialization later in probe
Grygorii Strashko
1
-9
/
+6
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-1
/
+1
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+1
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2015-03-01
net: davinci_mdio: add hibernation callbacks
Grygorii Strashko
1
-2
/
+3
2014-09-09
ethernet: ti: remove unwanted THIS_MODULE macro
Varka Bhadram
1
-1
/
+0
2014-07-16
net: davinci_mdio: allow to create phys from dt
Grygorii Strashko
1
-2
/
+19
2014-05-15
net: davinci_mdio: Convert pr_err() to dev_err() call
George Cherian
1
-1
/
+1
2014-05-02
net: davinci_mdio: simplify IO memory mapping
Grygorii Strashko
1
-18
/
+3
2014-05-02
net: davinci_mdio: drop pinctrl_pm_select_default_state from probe
Grygorii Strashko
1
-3
/
+0
2014-05-02
net: davinci_mdio: use devm_* api
Grygorii Strashko
1
-19
/
+5
2014-01-16
net: davinci_mdio: Fix sparse warning
Lad, Prabhakar
1
-1
/
+1
2013-08-30
net: davinci_mdio: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-21
net: davinci_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-20
net: davinci_mdio: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+4
2013-07-03
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+10
2013-06-25
net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)
Lad, Prabhakar
1
-1
/
+4
2013-06-16
drivers: net: davinci_mdio: use pinctrl PM helpers
Mugunthan V N
1
-0
/
+10
2013-06-13
drivers: net: davinci_mdio: restore mdio clk divider in mdio resume
Mugunthan V N
1
-4
/
+1
2013-06-13
drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver
Mugunthan V N
1
-2
/
+2
2013-06-11
net/ti davinci_mdio: don't hold a spin lock while calling pm_runtime
Sebastian Siewior
1
-3
/
+2
2013-04-25
net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSE
Sebastian Siewior
1
-0
/
+1
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-3
/
+1
2012-12-03
net/davinci_emac: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-11-14
net: davinci_mdio: Fix typo mistake in calling runtime-pm api
Vaibhav Hiremath
1
-1
/
+1
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2012-08-31
net: ethernet: fix kernel OOPS when remove davinci_mdio module
Bin Liu
1
-1
/
+3
2012-08-07
drivers: net: ethernet: davince_mdio: device tree implementation
Mugunthan V N
1
-4
/
+37
2012-07-18
driver: net: ethernet: davinci_mdio: runtime PM support
Mugunthan V N
1
-13
/
+12
2012-04-17
davinci_mdio: Fix MDIO timeout check
Christian Riesch
1
-0
/
+5
2012-02-24
davinci_mdio: Correct bitmask for clock divider value
Christian Riesch
1
-1
/
+1
2012-02-02
drivers/net/ethernet/ti: Move call to PTR_ERR after reassignment
Julia Lawall
1
-1
/
+1
2012-01-10
davinci_emac: use an unique MDIO bus name.
Florian Fainelli
1
-1
/
+2
2011-08-12
davinci*/tlan/cpmac: Move the Texas Instruments (TI) drivers
Jeff Kirsher
1
-0
/
+475