Discussion:
CVS commit: src/sys/arch/arm/allwinner
Jared D. McNeill
2014-10-10 07:36:11 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Fri Oct 10 07:36:11 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_intr.h awin_io.c
awin_mmc.c awin_reg.h awin_usb.c awin_wdt.c

Log Message:
Work-in-progress support for the AllWinner A31 SoC.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/allwinner/awin_board.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_intr.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/allwinner/awin_io.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/allwinner/awin_mmc.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_usb.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_wdt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-10 17:48:30 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Fri Oct 10 17:48:30 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gpio.c files.awin

Log Message:
add an option for awin_gpio to ignore firmware pin reservations


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_gpio.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/files.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-10 17:49:56 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Fri Oct 10 17:49:55 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
correct a typo in sd clk reg offsets for mmc>0 and dont bother with pll6_enable


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_mmc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-10 23:50:43 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Fri Oct 10 23:50:43 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c awin_reg.h awin_var.h

Log Message:
add some extra A31 registers


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/allwinner/awin_board.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/allwinner/awin_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-11 10:31:13 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sat Oct 11 10:31:13 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_io.c

Log Message:
ahcisata is only available on the A10 and A20


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/allwinner/awin_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-11 17:29:59 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sat Oct 11 17:29:59 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
fix AWIN_MMC_FTRGLEVEL for A31


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_mmc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 12:14:43 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 12:14:43 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
correct AWIN_A31_USB3_OFFSET


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 13:07:45 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 13:07:45 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h awin_usb.c

Log Message:
A31 USB support


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/awin_usb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 14:06:18 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 14:06:18 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_intr.h awin_io.c awin_reg.h awin_twi.c

Log Message:
different twi pinsets and irqs for A31


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_intr.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/allwinner/awin_io.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_twi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 17:19:12 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 17:19:12 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
more A31 regs


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 17:19:44 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 17:19:44 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c

Log Message:
PLL2 config for A31


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/allwinner/awin_board.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 17:20:46 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 17:20:46 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_io.c

Log Message:
DMA not required on A31 until it works, add A31 RTC locator


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/allwinner/awin_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 17:20:58 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 17:20:58 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_rtc.c

Log Message:
A31 RTC support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_rtc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 17:25:35 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 17:25:35 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
soft reset A31 codec at attach time


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_ac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 23:57:59 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 23:57:59 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_intr.h awin_io.c awin_reg.h files.awin
Added Files:
src/sys/arch/arm/allwinner: awin_p2wi.c

Log Message:
add A31 P2WI (Push-Pull Two Wire Interface) driver


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_intr.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/allwinner/awin_io.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_p2wi.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/allwinner/files.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-13 12:34:00 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 13 12:34:00 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c awin_dma.c awin_reg.h awin_var.h
files.awin
Added Files:
src/sys/arch/arm/allwinner: awin_dma.h awin_dma_a10.c awin_dma_a31.c

Log Message:
Split awindma into a frontend and A10/A20 backend; add an A31 DMA backend.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_ac.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_dma.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_dma.h \
src/sys/arch/arm/allwinner/awin_dma_a10.c \
src/sys/arch/arm/allwinner/awin_dma_a31.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/allwinner/awin_var.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/allwinner/files.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-13 13:34:54 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 13 13:34:54 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_dma_a31.c awin_reg.h

Log Message:
ignore pending bits that arent enabled


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/allwinner/awin_dma_a31.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-13 19:01:42 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 13 19:01:42 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c

Log Message:
add A31 support


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/awin_ac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-14 21:01:14 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Tue Oct 14 21:01:14 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
AWIN_A31_DMA_IRQ_*_MASK should be ULL not UL, spotted by chuq


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-15 21:47:48 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Wed Oct 15 21:47:48 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_otg.c

Log Message:
for A31 take otg out of soft reset, and correct offset of SRAM_CTL1 reg write


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_otg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-15 23:28:37 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Wed Oct 15 23:28:37 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
add some A31 specific PLL7 and PIO regs


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-15 23:29:24 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Wed Oct 15 23:29:24 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gpio.c

Log Message:
A31 support


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/allwinner/awin_gpio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-15 23:29:46 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Wed Oct 15 23:29:46 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_com.c

Log Message:
different pinset for A31


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_com.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-16 00:02:47 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Thu Oct 16 00:02:47 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_otg.c

Log Message:
fix some A31 clk init regs, add restrict gpio support


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/allwinner/awin_otg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-16 00:03:48 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Thu Oct 16 00:03:48 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_intr.h awin_io.c

Log Message:
add A31 HDMI IRQ


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/allwinner/awin_intr.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/allwinner/awin_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-16 00:04:35 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Thu Oct 16 00:04:35 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_board.c

Log Message:
A31 PLL7 support


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/allwinner/awin_board.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-17 20:18:41 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Fri Oct 17 20:18:41 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
support both MII and RGMII phy types


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-18 11:02:14 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sat Oct 18 11:02:14 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
Fix previous.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-18 11:23:17 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sat Oct 18 11:23:17 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
fix the other strcmp too


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-18 12:36:08 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sat Oct 18 12:36:08 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
support for phy power gpio pins


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-18 12:45:25 UTC
Permalink
Module Name: src
Committed By: martin
Date: Sat Oct 18 12:45:25 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
Use symbolic constant instead of (wrong) magic number for mii clk selection.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 15:37:25 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 15:37:25 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
add A31 GMAC module base and clk reg offset


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 15:38:54 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 15:38:54 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_io.c

Log Message:
different offset for A31 GMAC


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/allwinner/awin_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 16:09:28 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 16:09:28 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
add some A31 initialization and a new phy-type of gmii


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 17:01:40 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 17:01:40 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
use correct gating reg on A31


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-19 23:18:22 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 19 23:18:22 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_io.c

Log Message:
add SDMMC1 SDMMC2 and SDMM3 for A31


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/allwinner/awin_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 15:34:04 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 15:34:04 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
add AWIN_A31_AHB_GATING0_GMAC and A31 SDMMC pinsets


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 19:03:30 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 19:03:30 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h

Log Message:
add CPUs-PORT offset and PL/PM pin counts for A31


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/allwinner/awin_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 19:04:23 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 19:04:23 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
ensure software reset signal is de-asserted on A31


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/allwinner/awin_mmc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 19:05:46 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 19:05:46 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gpio.c

Log Message:
support PL and PM CPUs-PORT pins on A31


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/allwinner/awin_gpio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-20 20:02:16 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 20 20:02:16 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_gige.c

Log Message:
For now the interrupt handler is not MPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/allwinner/awin_gige.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-20 21:18:00 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 21:18:00 UTC 2014

Modified Files:
src/sys/arch/arm/allwinner: awin_ac.c awin_otgreg.h

Log Message:
AllWinner -> Allwinner


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/allwinner/awin_ac.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/allwinner/awin_otgreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...