index
:
openwrt/em-br6478acv2/master-187ad058
master
openwrt master 187ad058
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
mcs814x
/
files-3.3
Commit message (
Expand
)
Author
Age
Files
Lines
*
mcs814x: use devm_request_and_ioremap in mcs814x-rng driver
Florian Fainelli
2013-03-17
1
-8
/
+1
*
mcs814x: use devm_request_and_ioremap helper for nuport_mac driver
Florian Fainelli
2013-03-17
1
-4
/
+2
*
mcs814x: remove PCI code
Florian Fainelli
2013-03-17
4
-480
/
+0
*
mcs814x: implement MULTI_IRQ_HANDLER
Florian Fainelli
2013-03-16
3
-24
/
+22
*
mcs814x: use the standard device tree binding to represent a PHY node
Florian Fainelli
2013-03-16
4
-3
/
+38
*
[mcs814x] do not call clk_put() on the timer clock
Florian Fainelli
2012-11-27
1
-1
/
+0
*
[mcs814x] do not list specific board compatible strings
Florian Fainelli
2012-11-27
1
-2
/
+0
*
[mcs814x] remove unused variables from Makefile.boot
Florian Fainelli
2012-11-27
1
-2
/
+0
*
[mcs814x] nuport-mac: various fixes
Florian Fainelli
2012-10-15
1
-3
/
+5
*
[mcs814x] more convertions to {read,write}_relaxed I/O accessors
Florian Fainelli
2012-10-03
3
-7
/
+7
*
[mcs814x] use the recommended ARM I/O accessors
Florian Fainelli
2012-09-08
9
-52
/
+55
*
[mcs814x] nuport-mac: disable MAC RX and TX during interface close
Florian Fainelli
2012-09-03
1
-0
/
+5
*
[mcs814x] MCS8140 actually selects CPU_ARM926T
Florian Fainelli
2012-08-14
1
-0
/
+1
*
[mcs814x] change partition names to be more in line with other OpenWrt devices
Florian Fainelli
2012-08-11
1
-4
/
+4
*
[mcs814x] nuport-mac: delay call to napi_start() until fully able to process RX
Florian Fainelli
2012-08-10
1
-2
/
+2
*
[mcs814x] set a compatible command-line to boot from flash
Florian Fainelli
2012-08-10
1
-1
/
+1
*
[mcs814x] nuport-mac: use dma_mapping_error() instead of checking pointers
Florian Fainelli
2012-08-09
1
-2
/
+2
*
[mcs814x] nuport-mac: rework PHY interrupt configuration to avoid races
Florian Fainelli
2012-08-08
1
-7
/
+7
*
[mcs814x] nuport-mac: close possible race condition during start
Florian Fainelli
2012-08-08
1
-1
/
+5
*
[mcs814x] nuport-mac: unmap the DMA buffer when closing device
Florian Fainelli
2012-08-08
1
-0
/
+4
*
[mcs814x] nuport-mac: check dma_map_single address return values
Florian Fainelli
2012-08-08
1
-0
/
+4
*
[mcs814x] nuport-mac: properly protect the phy interrupt handler
Florian Fainelli
2012-08-02
1
-2
/
+8
*
[mcs814x] assume the link is up and full-duplex by default
Florian Fainelli
2012-08-01
1
-2
/
+2
*
[mcs814x] add compatible property to pci node
Florian Fainelli
2012-07-15
1
-0
/
+1
*
[mcs814x] use ohci_err() instead of err()
Florian Fainelli
2012-07-15
1
-1
/
+1
*
[mcs814x] make sure we properly unmap DMA mappings we created
Florian Fainelli
2012-07-15
1
-6
/
+11
*
[mcs814x] nuport-mac: add definitions of the various bits/masks used
Florian Fainelli
2012-07-15
1
-24
/
+67
*
[mcs814x] nuport-mac: check netif_receive_skb() return value
Florian Fainelli
2012-07-11
1
-2
/
+1
*
[mcs814x] fix typo on of_node_put()
Florian Fainelli
2012-07-09
1
-1
/
+1
*
[mcs814x] call of_node_put() on ethernet node
Florian Fainelli
2012-07-05
1
-0
/
+2
*
[mcs814x] fix EPHY clock bit definition after r32489
Florian Fainelli
2012-07-05
1
-1
/
+1
*
[mcs814x] give an unique partition identifier for dLAN USB Extender Combined ...
Florian Fainelli
2012-07-05
1
-1
/
+1
*
[mcs814x] add missing interrupts properties to some device nodes
Florian Fainelli
2012-07-04
1
-0
/
+7
*
[mcs814x] provide an early ioremap cookie of the system configuration register
Florian Fainelli
2012-06-23
6
-29
/
+38
*
[mcs814x] group SYSDBG register defines in mcs814x.h
Florian Fainelli
2012-06-23
3
-20
/
+22
*
[mcs814x] make hardware.h a forward inclusion of mcs814x.h
Florian Fainelli
2012-06-23
11
-28
/
+43
*
[mcs814x] remove platform specific initialization from ethernet driver
Florian Fainelli
2012-06-23
4
-24
/
+90
*
[mcs814x] regroup interrupt controller register definitions in hardware.h
Florian Fainelli
2012-06-23
3
-8
/
+10
*
[mcs814x] remove handle_irq callback in board-mcs8140-dt.c
Florian Fainelli
2012-06-21
1
-1
/
+0
*
[mcs814x] remove uselss cache invalidations
Florian Fainelli
2012-06-20
1
-22
/
+0
*
[mcs814x] improve ethernet driver debugging
Florian Fainelli
2012-06-20
1
-19
/
+102
*
[mcs814x] do not use MULTI_IRQ_HANDLER it is bogus on our platform
Florian Fainelli
2012-06-20
2
-21
/
+24
*
[mcs814x] add Moschip MSC814x support
Florian Fainelli
2012-06-19
34
-0
/
+3724