Searched hist:"6 c3442f5f85827e40e314a74a24b1428e78748c8" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | bcm-phy-lib.c | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | smsc.c | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | micrel.c | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | marvell.c | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | chip.c | diff 6c3442f5f85827e40e314a74a24b1428e78748c8 Fri Apr 27 03:18:58 CDT 2018 Jisheng Zhang <Jisheng.Zhang@synaptics.com> drivers: net: replace UINT64_MAX with U64_MAX
U64_MAX is well defined now while the UINT64_MAX is not, so we fall back to drivers' own definition as below:
#ifndef UINT64_MAX #define UINT64_MAX (u64)(~((u64)0)) #endif
I believe this is in one phy driver then copied and pasted to other phy drivers.
Replace the UINT64_MAX with U64_MAX to clean up the source code.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|