Commit Graph

138 Commits (0f49ff07025e8d6cd25bce5b623881739e04926e)

Author SHA1 Message Date
Ben Dooks b5893a0881 sh_eth: ensure pm_runtime cannot suspend the device during init 11 years ago
Laurent Pinchart f738a13d83 sh_eth: Remove goto statements that jump straight to a return 11 years ago
Laurent Pinchart daacf03f0b sh_eth: Register MDIO bus before registering the network device 11 years ago
Laurent Pinchart bd920ff553 sh_eth: Simplify MDIO bus initialization and release 11 years ago
Laurent Pinchart a5bd606089 sh_eth: Use the platform device as the MDIO bus parent 11 years ago
Laurent Pinchart aa8d422510 sh_eth: Use the platform device for memory allocation 11 years ago
Sergei Shtylyov 8d5009f6a9 sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocations 11 years ago
Sergei Shtylyov da24685556 sh_eth: convert dev_*() to netdev_*() calls 11 years ago
Sergei Shtylyov f75f14ec2f sh_eth: convert pr_*() to netdev_*() calls 11 years ago
Sergei Shtylyov 264be2f5a9 sh_eth: exit probe with unknown register layout 11 years ago
Ben Dooks 702eca02b7 sh_eth: update OF PHY registeration 11 years ago
Sergei Shtylyov b356e978e9 sh_eth: add device tree support 11 years ago
Sergei Shtylyov 730c8c69bc sh_eth: use ETH_ZLEN instead of home-grown #define 11 years ago
Simon Horman db893473d3 sh_eth: Add support for r7s72100 11 years ago
Simon Horman 504c8ca55c sh_eth: Use bool as return type of sh_eth_is_gether() 11 years ago
Paul Gortmaker a81ab36bf5 drivers/net: delete non-required instances of include <linux/init.h> 11 years ago
Sergei Shtylyov 090d560fc4 sh_eth: fix garbled TX error message 11 years ago
Sergei Shtylyov 128296fc3f sh_eth: coding style fixes 11 years ago
dingtianhong c4bde29cb0 net: renesas: slight optimization of addr compare 11 years ago
Sergei Shtylyov 4174ecd78f sh_eth: do not reset PHY needlessly 11 years ago
Sergei Shtylyov 18be099bad sh_eth: add PHY IRQ to platform data 11 years ago
Sergei Shtylyov 94a12b15e4 sh_eth: add R8A7791 support 11 years ago
Florian Fainelli 0c9eb5b931 net: sh_eth: do not issue a wild PHY reset through BMCR 11 years ago
Sergei Shtylyov 3b4c5cbf42 sh_eth: check platform data pointer 11 years ago
Sergei Shtylyov 305a3388b5 sh_eth: add/use RMCR.RNC bit 11 years ago
Simon Horman cc23528db0 net: sh_eth: Correct fix for RX packet errors on R8A7740 11 years ago
Nguyen Hong Ky 2c6221e4a5 net: sh_eth: Fix RX packets errors on R8A7740 11 years ago
Joe Perches d458cdf712 net:drivers/net: Miscellaneous conversions to ETH_ALEN 12 years ago
Sergei Shtylyov d2779e9946 sh_eth: fix napi_{en|dis}able() calls racing against interrupts 12 years ago
Sergei Shtylyov a8e9fd0f74 sh_eth: NAPI requires netif_receive_skb() 12 years ago
Kouei Abe fd9af07c34 sh_eth: Enable Rx descriptor word 0 shift for r8a7790 12 years ago
Kouei Abe 7db8e0c14c sh_eth: Fix cache invalidation omission of receive buffer 12 years ago
Jingoo Han 0b76b86235 net: sh_eth: use dev_get_platdata() 12 years ago
Sergei Shtylyov 488594883e sh_eth: no need to call ether_setup() 12 years ago
Sergei Shtylyov 8d3214c4e8 sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data' 12 years ago
Sergei Shtylyov a3153d8c41 sh_eth: get register layout from 'struct sh_eth_cpu_data' 12 years ago
Laurent Pinchart ba361cb3d4 sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt 12 years ago
Simon Horman e18dbf7efc sh_eth: Add support for r8a7790 SoC 12 years ago
Simon Horman 55754f19d7 sh_eth: add support for RMIIMODE register 12 years ago
Geert Uytterhoeven b41e6a51d5 sh_eth: SH_ETH should depend on HAS_DMA 12 years ago
Sergei Shtylyov 4eb313a7a9 sh_eth: fix misreporting of transmit abort 12 years ago
Sergei Shtylyov ca8c358521 sh_eth: fix unhandled RFE interrupt 12 years ago
Ben Hutchings a1606c7dc6 net: Move MII out from under NET_CORE and hide it 12 years ago
Sergei Shtylyov ac8025a643 sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef 12 years ago
Sergei Shtylyov c8bbe37aa6 sh_eth: cleanup 'enum TD_STS_BIT' 12 years ago
Sergei Shtylyov a80c3de714 sh_eth: remove redundant bits from 'eesipr_value' field initializer 12 years ago
Sergei Shtylyov 8f80899665 sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data' 12 years ago
Sergei Shtylyov 3719109d61 sh_eth: add NAPI support 12 years ago
Sergei Shtylyov ea7d69e75a sh_eth: define/use EESR_RX_CHECK macro 12 years ago
Yoshihiro Shimoda dd01989735 net: sh_eth: fix incorrect RX length error if R8A7740 12 years ago