Home
last modified time | relevance | path

Searched hist:"6 c3442f5f85827e40e314a74a24b1428e78748c8" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-lib.cdiff 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 Dsmsc.cdiff 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 Dmicrel.cdiff 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 Dmarvell.cdiff 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 Dchip.hdiff 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 Dchip.cdiff 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>