index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fsl_pq_mdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-4
/
+4
2016-01-16
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-2
/
+0
2015-12-23
QE: Move QE from arch/powerpc to drivers/soc
Zhao Qiang
1
-1
/
+1
2015-12-09
net: fsl: avoid 64-bit warning on pq_mdio
Arnd Bergmann
1
-1
/
+1
2015-10-13
net/fsl_pq_mdio: fix computed address for the TBI register
Gerlando Falauto
1
-6
/
+18
2015-10-13
net/fsl_pq_mdio: check TBI address for consistency with mapped range
Gerlando Falauto
1
-0
/
+10
2015-03-17
net/fsl: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-10-20
net: ethernet: freescale: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-09
net/fsl_pq_mdio: Replace spin_event_timeout() with arch independent
Claudiu Manoil
1
-13
/
+23
2014-10-09
net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessors
Claudiu Manoil
1
-14
/
+14
2014-10-09
net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM
Claudiu Manoil
1
-0
/
+2
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-08-21
net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: fsl_pq_mdio: use platform_{get,set}_drvdata()
Libo Chen
1
-1
/
+1
2012-08-30
net/fsl_pq_mdio: add support for the Fman 1G MDIO controller
Timur Tabi
1
-0
/
+9
2012-08-30
net/fsl-pq-mdio: coalesce multiple memory allocations into one
Timur Tabi
1
-28
/
+14
2012-08-30
net/fsl_pq_mdio: streamline probing of MDIO nodes
Timur Tabi
1
-152
/
+221
2012-08-30
net/fsl_pq_mdio: various small fixes
Timur Tabi
1
-14
/
+13
2012-08-30
net/fsl_pq_mdio: merge some functions together
Timur Tabi
1
-66
/
+26
2012-08-30
net/fsl_pq_mdio: trim #include statements
Timur Tabi
1
-13
/
+1
2012-08-30
net/freescale: do not export any functions from fsl_pq_mdio.c
Timur Tabi
1
-7
/
+31
2012-07-10
net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator register
Timur Tabi
1
-10
/
+19
2012-04-02
Fix non TBI PHY access; a bad merge undid bug fix in a previous commit.
Kenth Eriksson
1
-6
/
+6
2011-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+6
2011-12-07
fsl_pq_mdio: Clean up tbi address configuration
Andy Fleming
1
-45
/
+8
2011-11-29
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
1
-10
/
+1
2011-11-14
net: fsl_pq_mdio: fix non tbi phy access
Baruch Siach
1
-6
/
+6
2011-11-14
fsl_pq_mdio: Clean up tbi address configuration
Andy Fleming
1
-45
/
+8
2011-08-12
freescale: Move the Freescale drivers
Jeff Kirsher
1
-0
/
+494