Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6acf3998d2c7420b2deb2b475fa78ba7573c6162
/
drivers
/
net
/
ethernet
/
cadence
/
at91_ether.c
fe6a12d
net: ethernet: cadence: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
6a05880
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
by Tobias Klauser
· 10 years ago
c293fb7
net/at91_ether: avoid NULL pointer dereference
by Gilles Chanteperdrix
· 11 years ago
09a2748
net: at91_ether: use dev_get_platdata()
by Jingoo Han
· 11 years ago
54842ec
drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probe
by Wolfram Sang
· 11 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
bbeae58
net/at91_ether: fix error return code in at91ether_probe()
by Wei Yongjun
· 12 years ago
f9b1249
net/cadence/at91_ether: Simplify OF dependencies
by Guenter Roeck
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
ecad0a6
net: at91_ether: use module_platform_driver_probe()
by Jingoo Han
· 12 years ago
37a5b3d
net/cadence: remove __dev* attributes
by Bill Pemberton
· 12 years ago
c867b55
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
by Joachim Eastwood
· 12 years ago
50b5ca1
net/at91_ether: fix comment and style issues
by Joachim Eastwood
· 12 years ago
ed2b97d
net/at91_ether: clean up print outs
by Joachim Eastwood
· 12 years ago
4dda6f6
net/at91_ether: drop board_data private struct member
by Joachim Eastwood
· 12 years ago
2ea32ee
net/at91_ether: use stat function from macb
by Joachim Eastwood
· 12 years ago
3423247
net/at91_ether: use macb functions for get/set hwaddr
by Joachim Eastwood
· 12 years ago
dea0924
net: at91_ether: add pinctrl support
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
96f6360
net: at91_ether: add dt support
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
55054a1
net/macb: clean up ring buffer logic
by Havard Skinnemoen
· 12 years ago
0668744
net/at91_ether: add pdata flag for reverse Eth addr
by Joachim Eastwood
· 12 years ago
6397346
net/at91_ether: convert to devm_* functions
by Joachim Eastwood
· 12 years ago
04879e5
net/at91_ether: clean up rx buffer handling
by Joachim Eastwood
· 12 years ago
fbb7a6e
net/at91_ether: use macb dma description struct
by Joachim Eastwood
· 12 years ago
e0da1f1
net/at91_ether: share macb_set_rx_mode with macb
by Joachim Eastwood
· 12 years ago
5e32353d
net/at91_ether: use ethtool and mdio from macb
by Joachim Eastwood
· 12 years ago
54f14e4
net/at91_ether: use pclk member instead of ether_clk
by Joachim Eastwood
· 12 years ago
b85008b
net/at91_ether/macb: absorb at91_private in to macb private struct
by Joachim Eastwood
· 12 years ago
a723b98
net/at91_ether: use macb defs for rx dma buffers
by Joachim Eastwood
· 12 years ago
f8bded3
net/at91_ether: use macb access functions
by Joachim Eastwood
· 12 years ago
bc3bbef
net/at91_ether: use macb register definitions
by Joachim Eastwood
· 12 years ago
3cfc159
at91ether: return PTR_ERR if call to clk_get fails
by Devendra Naga
· 12 years ago
86cc070
net/at91_ether: use gpio_to_irq for phy IRQ line
by Nicolas Ferre
· 13 years ago
c5f0f83
AT91: Remove fixed mapping for AT91RM9200 ethernet
by Andrew Victor
· 13 years ago
1d26643
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
2839038
net/at91_ether: use gpio_is_valid for phy IRQ line
by Nicolas Ferre
· 13 years ago
84e0cdb
macb: unify at91 and avr32 platform data
by Jamie Iles
· 14 years ago
ca90666
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
9f2f381
macb: Move the Atmel driver
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/arm/at91_ether.c]
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3b9a772
net/arm: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
78a9c9c
register at91_ether using platform_driver_probe
by Uwe Kleine-König
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
531c680
at91_ether: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
71527ef
at91_ether: request/free GPIO for PHY interrupt
by David Brownell
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
c010b2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
7a2f53e
at91_ether: use netstats in net_device structure
by Paulius Zaleckas
· 16 years ago
3f97870
arm: bus_id -> dev_name() and dev_set_name() conversions
by Kay Sievers
· 16 years ago
2e561c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
72abb46
net drivers: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
2f036ac
[ARM] 4980/1: [AT91] emQbit ECB_AT91 board support
by Andrew Victor
· 17 years ago
10a5a80
drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy()
by Roel Kluin
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
8bc3547
AT91RM9200 Ethernet: Fix multicast addressing
by Andrew Victor
· 18 years ago
6b4aea7
AT91RM9200 Ethernet: Support additional PHYs
by Andrew Victor
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
a3f63e4
[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()
by Andrew Victor
· 18 years ago
51cc210
[PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole support
by Andrew Victor
· 18 years ago
cf42553
[PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer()
by Andrew Victor
· 18 years ago
c57ee09
[PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv()
by Andrew Victor
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
7272991
[ARM] 3865/1: AT91RM9200 header updates
by Andrew Victor
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
00e5edc
[PATCH] AT91RM9200 Ethernet #4: Suspend/Resume
by Andrew Victor
· 18 years ago
427d269
[PATCH] AT91RM9200 Ethernet #3: Cleanup
by Andrew Victor
· 18 years ago
ca5585e
[PATCH] AT91RM9200 Ethernet #2: MII interface
by Andrew Victor
· 18 years ago
775637d
[PATCH] AT91RM9200 Ethernet #1: Link poll
by Andrew Victor
· 18 years ago
d4b7780
[PATCH] AT91RM9200 Ethernet driver
by Andrew Victor
· 19 years ago