aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-25ravb: Add reset supportBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_set_featuresBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_rx functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das1-0/+1
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das1-0/+1
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das1-7/+1
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das1-0/+1
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das1-0/+1
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das1-4/+0
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das1-0/+1
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das1-0/+3
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das1-0/+2
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das1-0/+2
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das1-0/+1
2021-08-19ravb: Add max_rx_len to struct ravb_hw_infoBiju Das1-0/+1
2021-08-19ravb: Add aligned_tx to struct ravb_hw_infoBiju Das1-0/+1
2021-08-19ravb: Add struct ravb_hw_info to driver dataBiju Das1-0/+6
2021-08-19ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das1-1/+1
2021-07-21ravb: Remove extra TABBiju Das1-1/+1
2021-04-12net: ethernet: ravb: Enable optional refclkAdam Ford1-0/+1
2021-01-08ravb: update "undocumented" annotationsSergey Shtylyov1-13/+13
2021-01-08ravb: remove APSR_DMSergey Shtylyov1-6/+5
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven1-0/+1
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven1-1/+3
2019-11-14ravb: implement MTU change while device is upUlrich Hecht1-1/+2
2019-09-06ravb: TROCR register is only present on R-Car Gen3Simon Horman1-1/+1
2019-09-06ravb: remove undocumented endianness selectionSimon Horman1-1/+0
2019-09-06ravb: remove undocumented counter processingSimon Horman1-4/+0
2019-09-06ravb: correct typo in FBP field of SFO registerSimon Horman1-1/+1
2018-11-23ravb: Clean up duplex handlingMagnus Damm1-1/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-09-19ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3Kazuya Mizuguchi1-1/+5
2018-09-18ravb: do not write 1 to reserved bitsKazuya Mizuguchi1-0/+5
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang1-4/+1
2018-02-16ravb: add support for changing MTUNiklas Söderlund1-0/+1
2017-08-01ravb: add wake-on-lan support via magic packetNiklas Söderlund1-0/+2
2017-01-29ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi1-0/+10
2016-08-20net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes1-1/+0
2016-04-14ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov1-1/+1
2016-04-04ravb: Add dma queue interrupt supportKazuya Mizuguchi1-0/+204
2016-02-10ravb: factor out register bit twiddling codeSergei Shtylyov1-1/+3
2015-12-03ravb: ptp: Add CONFIG mode supportKazuya Mizuguchi1-0/+1
2015-11-20ravb: use clock rate as basis for GTI.TIVSimon Horman1-0/+3
2015-10-03ravb: Add support for r8a7795 SoCKazuya Mizuguchi1-0/+7
2015-07-27ravb: minimize TX data copyingSergei Shtylyov1-1/+4
2015-06-11Renesas Ethernet AVB PTP clock driverSergei Shtylyov1-0/+26