Module Name:src
Committed By: riastradh
Date: Sun May 15 16:58:28 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Switch off polling when ready for interrupts.
When I introduced logic to do polling and then interrupts, I
Module Name:src
Committed By: riastradh
Date: Sun May 15 16:58:28 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Switch off polling when ready for interrupts.
When I introduced logic to do polling and then interrupts, I
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:36:57 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Do self-test and first RNG draw synchronously.
If the self-test fails, disable everything else at boot -- don't
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:36:57 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Do self-test and first RNG draw synchronously.
If the self-test fails, disable everything else at boot -- don't
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:36:42 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Attach rndsource as RND_TYPE_RNG.
Previously this was attached as RND_TYPE_UNKNOWN, at a time when the
kernel
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:36:42 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Attach rndsource as RND_TYPE_RNG.
Previously this was attached as RND_TYPE_UNKNOWN, at a time when the
kernel
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:35:48 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Split out interrupt and thread locks.
No need to block interrupts while we're going through all the data
Module Name:src
Committed By: riastradh
Date: Fri Mar 18 23:35:48 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Split out interrupt and thread locks.
No need to block interrupts while we're going through all the data
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 12:28:20 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_drm.h sunxi_fb.c
Log Message:
sunxi/drm: Use an explicit task queue to avoid config_defer pitfalls.
Same as the other drm drivers.
To
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 12:28:20 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_drm.h sunxi_fb.c
Log Message:
sunxi/drm: Use an explicit task queue to avoid config_defer pitfalls.
Same as the other drm drivers.
To
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:25 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_fb.c
Log Message:
Defer call to drmfb_attach, otherwise we lock against ourselves
Mutex error: mutex_vector_enter,542: locking against myself
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:25 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_fb.c
Log Message:
Defer call to drmfb_attach, otherwise we lock against ourselves
Mutex error: mutex_vector_enter,542: locking against myself
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:17 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Use helper to fill fb struct
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:17 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Use helper to fill fb struct
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:09 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Fill fb->dev.
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:09 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Fill fb->dev.
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19
Module Name:src
Committed By: jakllsch
Date: Wed Nov 10 17:38:11 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_h6_gpio.c sun50i_h6_r_ccu.c
sun50i_h6_r_ccu.h
Log Message:
add clock and reset for APB2 RSB on Allwinner H6
To generate a diff of this
Module Name:src
Committed By: jakllsch
Date: Wed Nov 10 17:38:11 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_h6_gpio.c sun50i_h6_r_ccu.c
sun50i_h6_r_ccu.h
Log Message:
add clock and reset for APB2 RSB on Allwinner H6
To generate a diff of this
Module Name:src
Committed By: jakllsch
Date: Mon Nov 8 17:58:27 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_h6_gpio.c
Log Message:
This H6 pin (PL9) function is called s_cir_rx, not s_cir.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: jakllsch
Date: Mon Nov 8 17:58:27 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_h6_gpio.c
Log Message:
This H6 pin (PL9) function is called s_cir_rx, not s_cir.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:38 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_nmi.c
Log Message:
sunxi: nmi: add support for #interrupt-cells 3 bindings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:38 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sunxi_nmi.c
Log Message:
sunxi: nmi: add support for #interrupt-cells 3 bindings
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:26 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
sunxi: sun50i-a64: add support for A64_CLK_CPUX clock
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:26 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
sunxi: sun50i-a64: add support for A64_CLK_CPUX clock
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:12 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi sunxi_ccu.c sunxi_ccu.h
Added Files:
src/sys/arch/arm/sunxi: sunxi_ccu_mux.c
Log Message:
sunxi: ccu: add support for basic "mux" clocks
Module Name:src
Committed By: jmcneill
Date: Sun Nov 7 17:13:12 UTC 2021
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi sunxi_ccu.c sunxi_ccu.h
Added Files:
src/sys/arch/arm/sunxi: sunxi_ccu_mux.c
Log Message:
sunxi: ccu: add support for basic "mux" clocks
On Tue, Jan 19, 2021 at 07:19:51PM +0100, Martin Husemann wrote:
> On Tue, Jan 19, 2021 at 12:35:10AM +, Jason R Thorpe wrote:
> > Module Name:src
> > Committed By: thorpej
> > Date: Tue Jan 19 00:35:10 UTC 2021
> >
> > Modified Files:
> >
On Tue, Jan 19, 2021 at 12:35:10AM +, Jason R Thorpe wrote:
> Module Name: src
> Committed By: thorpej
> Date: Tue Jan 19 00:35:10 UTC 2021
>
> Modified Files:
> src/sys/arch/arm/sunxi: sunxi_sramc.c
>
> Log Message:
> Use device_compatible_entry / of_search_compatible()
Module Name:src
Committed By: jmcneill
Date: Sun Nov 24 12:21:14 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Reclaim bootloader FB memory for CMA pool.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: jmcneill
Date: Sun Nov 24 12:21:14 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Reclaim bootloader FB memory for CMA pool.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: jmcneill
Date: Sun Nov 24 10:27:37 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_dwhdmi.c
sunxi_platform.c
Log Message:
Try to avoid changing hardware settings when the "nomodeset" kernel arg
is present.
Module Name:src
Committed By: jmcneill
Date: Sun Nov 24 10:27:37 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_dwhdmi.c
sunxi_platform.c
Log Message:
Try to avoid changing hardware settings when the "nomodeset" kernel arg
is present.
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 23:47:57 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Do not assume the cursor pitch is the same as the primary fb
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 23:47:57 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Do not assume the cursor pitch is the same as the primary fb
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 22:46:53 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Set video PLLs to 297MHz
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 22:46:53 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Set video PLLs to 297MHz
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 21:40:58 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Support non-zero fb start pixels.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 21:40:58 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Support non-zero fb start pixels.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 21:30:41 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu_fractional.c
Log Message:
Set pre-divider M to 0 in fractional mode, as noted in user manual. Spotted by
jak.
To generate a diff of this commit:
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 21:30:41 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu_fractional.c
Log Message:
Set pre-divider M to 0 in fractional mode, as noted in user manual. Spotted by
jak.
To generate a diff of this commit:
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 20:28:04 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_lcdc.c
Log Message:
Use actual hw mode, not proposed mode.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 20:28:04 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_lcdc.c
Log Message:
Use actual hw mode, not proposed mode.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 20:24:12 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Do not assume that an fb's pitch is width * 4 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 20:24:12 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mixer.c
Log Message:
Do not assume that an fb's pitch is width * 4 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:57:36 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Set TCON1 parent to PLL_VIDEO1(1X)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:57:36 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Set TCON1 parent to PLL_VIDEO1(1X)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:55:08 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c
Log Message:
Set pixel clock on mode set
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sunxi_dwhdmi.c
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:55:08 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c
Log Message:
Set pixel clock on mode set
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sunxi_dwhdmi.c
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:54:26 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_hdmiphy.c
Log Message:
Need to initialize the PHY before HPD sense and DDC will work
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:54:26 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_hdmiphy.c
Log Message:
Need to initialize the PHY before HPD sense and DDC will work
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:52:09 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu_fractional.c
Log Message:
Honour SUNXI_CCU_FRACTIONAL_SET_ENABLE in fractional mode
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 18:52:09 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu_fractional.c
Log Message:
Honour SUNXI_CCU_FRACTIONAL_SET_ENABLE in fractional mode
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 12:30:45 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_hdmiphy.c sunxi_hdmiphy.h
Log Message:
HDMI PHY and TX share the same clocks. Do not enable clocks until both
reset resources have been
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 12:30:45 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_hdmiphy.c sunxi_hdmiphy.h
Log Message:
HDMI PHY and TX share the same clocks. Do not enable clocks until both
reset resources have been
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 12:29:20 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Add TCON0 clock
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Please
Module Name:src
Committed By: jmcneill
Date: Sat Nov 23 12:29:20 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Add TCON0 clock
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Please
Module Name:src
Committed By: jakllsch
Date: Sat Nov 23 03:59:39 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu.h
Log Message:
Store the flags passed to SUNXI_CCU_FRACTIONAL macro.
Previously the macro dropped the flags argument entirely, and did not
Module Name:src
Committed By: jakllsch
Date: Sat Nov 23 03:59:39 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_ccu.h
Log Message:
Store the flags passed to SUNXI_CCU_FRACTIONAL macro.
Previously the macro dropped the flags argument entirely, and did not
Module Name:src
Committed By: jmcneill
Date: Fri Nov 22 19:48:58 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c
Log Message:
Enable TMDS clock
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_dwhdmi.c
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Nov 22 19:48:58 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c
Log Message:
Enable TMDS clock
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sunxi_dwhdmi.c
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Nov 22 19:46:38 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Fix CLK_BUS_HDMI bit
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 19:51:12 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Add SPI clocks
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Please
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 19:51:12 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c
Log Message:
Add SPI clocks
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/sunxi/sun50i_a64_ccu.c
Please
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 17:33:34 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_i2s.c
Log Message:
Add A64 HDMI audio support.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 17:33:17 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_ccu_div.c
Log Message:
Add support for A64 I2S clocks.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 17:33:17 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun50i_a64_ccu.c sunxi_ccu_div.c
Log Message:
Add support for A64 I2S clocks.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14
Module Name:src
Committed By: jmcneill
Date: Sun Nov 17 17:33:34 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_dwhdmi.c sunxi_i2s.c
Log Message:
Add A64 HDMI audio support.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: jmcneill
Date: Tue Nov 5 23:31:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Reserve enough memory at boot to support the drmfb buffer plus a 4K buffer
for Xorg.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Tue Nov 5 23:31:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_drm.c
Log Message:
Reserve enough memory at boot to support the drmfb buffer plus a 4K buffer
for Xorg.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: bad
Date: Fri Nov 1 13:30:02 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_gmac.c
Log Message:
fetch PHY id from FDT. same as sunxi_emac.c.
prevents PHY 0 of RTL8211E from wrongly attaching on e.g. Bananpi M1.
requested by
Module Name:src
Committed By: bad
Date: Fri Nov 1 13:30:02 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_gmac.c
Log Message:
fetch PHY id from FDT. same as sunxi_emac.c.
prevents PHY 0 of RTL8211E from wrongly attaching on e.g. Bananpi M1.
requested by
Module Name:src
Committed By: msaitoh
Date: Mon Oct 21 08:00:59 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_can.c
Log Message:
if_ipackets is incremented in can_input(), so don't increment it in
sunxi_can_rx_intr to prevent double count. OK'd by bouyer@.
To
Module Name:src
Committed By: msaitoh
Date: Mon Oct 21 08:00:59 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_can.c
Log Message:
if_ipackets is incremented in can_input(), so don't increment it in
sunxi_can_rx_intr to prevent double count. OK'd by bouyer@.
To
Module Name:src
Committed By: skrll
Date: Sun Oct 13 06:03:56 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_pwm.c
Log Message:
Use PRIxBUSADDR
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_pwm.c
Please note that diffs
Module Name:src
Committed By: skrll
Date: Sun Oct 13 06:03:56 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_pwm.c
Log Message:
Use PRIxBUSADDR
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_pwm.c
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:09:01 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Remove SMC_CAPS_POLLING cap
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:09:01 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Remove SMC_CAPS_POLLING cap
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c
Module Name:src
Committed By: jmcneill
Date: Thu Oct 3 15:10:32 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Do not print timeout message when SCF_TOUT_OK flag is set
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39
Module Name:src
Committed By: jmcneill
Date: Thu Oct 3 15:10:32 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Do not print timeout message when SCF_TOUT_OK flag is set
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39
Module Name:src
Committed By: jmcneill
Date: Thu Oct 3 13:49:33 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Rework interrupt handling to reduce the number of wakeups required for
each command. Fix SDIO interrupt handling while here.
To
Module Name:src
Committed By: jmcneill
Date: Thu Oct 3 13:49:33 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Rework interrupt handling to reduce the number of wakeups required for
each command. Fix SDIO interrupt handling while here.
To
Module Name:src
Committed By: bouyer
Date: Wed Sep 11 15:03:53 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c
Log Message:
Switch to fdtbus_attach_spibus(), so spi slaves defined in the device tree
have a chance to be found.
To generate a diff of this
Module Name:src
Committed By: bouyer
Date: Wed Sep 11 15:03:53 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c
Log Message:
Switch to fdtbus_attach_spibus(), so spi slaves defined in the device tree
have a chance to be found.
To generate a diff of this
Module Name:src
Committed By: thorpej
Date: Thu Sep 5 23:42:27 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_rtc.c
Log Message:
Catch up with RTC-related DTS changes for the H3, H5, and A64 SoCs.
mujo AT SDF.ORG, and verified on Pinebook by Jun Ebihara.
XXX
Module Name:src
Committed By: thorpej
Date: Thu Sep 5 23:42:27 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_rtc.c
Log Message:
Catch up with RTC-related DTS changes for the H3, H5, and A64 SoCs.
mujo AT SDF.ORG, and verified on Pinebook by Jun Ebihara.
XXX
Module Name:src
Committed By: bouyer
Date: Thu Sep 5 17:25:24 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
The mmc module clock needs to be doubled only for 8bits DDR mode on old
timing hardware.
This makes the lime2-eemc works in 4bits DDR52
Module Name:src
Committed By: bouyer
Date: Thu Sep 5 17:25:24 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
The mmc module clock needs to be doubled only for 8bits DDR mode on old
timing hardware.
This makes the lime2-eemc works in 4bits DDR52
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 15:02:17 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
sunxi_mmc_wait_rint: protect against spurious wakeups
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 15:02:17 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
sunxi_mmc_wait_rint: protect against spurious wakeups
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 14:14:57 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Instead of delaying ack of sdio card interrupts, ack them immediately and
disable card interrupts until the sdio layer acks them
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 14:14:57 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Instead of delaying ack of sdio card interrupts, ack them immediately and
disable card interrupts until the sdio layer acks them
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 11:44:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Keep SDIO interrupt enable state when masking other interrupts
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34
Module Name:src
Committed By: jmcneill
Date: Sun Sep 1 11:44:23 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Keep SDIO interrupt enable state when masking other interrupts
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34
Module Name:src
Committed By: tnn
Date: Sun Aug 4 22:26:40 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c sun6i_spi.c
Log Message:
remove useless splbio() in sunxispi_start
We raised spl already in sunxispi_transfer.
XXX spi(4) should be made MPSAFE
To
Module Name:src
Committed By: tnn
Date: Sun Aug 4 22:26:40 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c sun6i_spi.c
Log Message:
remove useless splbio() in sunxispi_start
We raised spl already in sunxispi_transfer.
XXX spi(4) should be made MPSAFE
To
Module Name:src
Committed By: tnn
Date: Sat Aug 3 19:56:42 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c
Log Message:
make function prototype consistent
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sun4i_spi.c
Module Name:src
Committed By: tnn
Date: Sat Aug 3 19:56:42 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_spi.c
Log Message:
make function prototype consistent
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sun4i_spi.c
Module Name:src
Committed By: tnn
Date: Sat Aug 3 14:42:24 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun6i_spi.c
Log Message:
sun6i_spi: bring over non-intrusive improvements from sun4i_spi
- simplify attach error handling
- calculate minfreq & maxfreq instead of
Module Name:src
Committed By: tnn
Date: Thu Aug 1 22:23:16 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_a10_ccu.c
Log Message:
sun4i: enable clocks for SPI[0-3], needed by sun4i_spi
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11
Module Name:src
Committed By: tnn
Date: Thu Aug 1 22:23:16 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sun4i_a10_ccu.c
Log Message:
sun4i: enable clocks for SPI[0-3], needed by sun4i_spi
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11
1 - 100 of 155 matches
Mail list logo