> Module Name:src
> Committed By: riastradh
> Date: Sun Sep 25 07:50:23 UTC 2022
>
> Modified Files:
> src/sys/arch/arm/sunxi: sunxi_drm.c sunxi_fb.c
>
> Log Message:
> sunxidrm: Set is_console on the drm device, not the fb child.
>
> The drm device is represented by a ro
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:
> > src/sys/arch/arm/sunxi
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() rather
On Mon, May 13, 2019 at 04:55:17PM +, Manuel Bouyer wrote:
> Module Name: src
> Committed By: bouyer
> Date: Mon May 13 16:55:17 UTC 2019
>
> Modified Files:
> src/sys/arch/arm/sunxi: sunxi_sata.c
>
> Log Message:
> Use new magic values from linux for DMACR. While I couldn't me
On Tue, Apr 03, 2018 at 11:49:51AM -0300, Jared McNeill wrote:
> There was mention of using pinctrl entries for it here:
> http://linux-sunxi.org/External_interrupts#Device_Tree_Entries
>
> I was thinking it would be handy to define the functions this way if we ever
> wanted to use an interrupt pi
On Tue, 3 Apr 2018, Manuel Bouyer wrote:
On Tue, Apr 03, 2018 at 09:55:40AM -0300, Jared McNeill wrote:
Hi Manuel --
On Tue, 3 Apr 2018, Manuel Bouyer wrote:
Log Message:
external interrupt functions are named "eint" in the sunxi_gpio_pins[]
arrays, while sunxi_gpio_establish() looks for "ei
On Tue, Apr 03, 2018 at 09:55:40AM -0300, Jared McNeill wrote:
> Hi Manuel --
>
> On Tue, 3 Apr 2018, Manuel Bouyer wrote:
>
> > Log Message:
> > external interrupt functions are named "eint" in the sunxi_gpio_pins[]
> > arrays, while sunxi_gpio_establish() looks for "eint".
> > Rename eint to ei
Hi Manuel --
On Tue, 3 Apr 2018, Manuel Bouyer wrote:
Log Message:
external interrupt functions are named "eint" in the sunxi_gpio_pins[]
arrays, while sunxi_gpio_establish() looks for "eint".
Rename eint to eint in sunxi_gpio_pins[]. Tested with an external interrupt
on PH0 on an A20.
I chec