[linux-sunxi] Re: [PATCH] ARM: dts: sun8i: R40: Fix SPI2 and SPI3 MMIO addresses

2020-03-10 Thread Chen-Yu Tsai
On Wed, Mar 11, 2020 at 9:03 AM Andre Przywara wrote: > > Copy suggested an MMIO pattern that wasn't there, so the wrong > MMIO base addresses for SPI2 and SPI3 sneaked in. > > Fix them, now double checked against the manual and similar SoCs. > > Signed-off-by: Andre Przywara > Fixes:

[linux-sunxi] [PATCH] ARM: dts: sun8i: R40: Fix SPI2 and SPI3 MMIO addresses

2020-03-10 Thread Andre Przywara
Copy suggested an MMIO pattern that wasn't there, so the wrong MMIO base addresses for SPI2 and SPI3 sneaked in. Fix them, now double checked against the manual and similar SoCs. Signed-off-by: Andre Przywara Fixes: 554581b79139 ("ARM: dts: sun8i: R40: Add SPI controllers nodes and pinmuxes")

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-10 Thread Ondřej Jirman
On Tue, Mar 10, 2020 at 11:27:24AM +0100, Pascal Roeleven wrote: > The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under > different brands. The mainboard mentions A721 clearly, so this tablet > is best known under this name. > > Signed-off-by: Pascal Roeleven > --- >

Re: [linux-sunxi] [PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-10 Thread Ondřej Jirman
Hello Pascal, On Tue, Mar 10, 2020 at 11:27:24AM +0100, Pascal Roeleven wrote: > The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under > different brands. The mainboard mentions A721 clearly, so this tablet > is best known under this name. > > Signed-off-by: Pascal Roeleven > --- >

Re: [linux-sunxi] CVE-2020-8597

2020-03-10 Thread Sergey Lapin
linux-sunxi is not distribution in OpenEmbedded vocabulary, it is board support package, or BSP. BSP does not contain any user-specific packages which are not platform or board-specific. You should see about Poky or Angstrom distribution about pppd package in use. Check openembedded-core layer for

Re: [linux-sunxi] CVE-2020-8597

2020-03-10 Thread Priit Laes
On Tue, Mar 10, 2020 at 05:58:55AM -0700, Paolo Cremonese wrote: > Hi All, > does anybody know if for linux-sunxi distribution is applicable the > vulnerability *CVE-2020-8597 ?* > If yes, there is a patch available ? No. This is a bug in pppd package. > > Thanks in advance > > Paolo > > --

[linux-sunxi] CVE-2020-8597

2020-03-10 Thread Paolo Cremonese
Hi All, does anybody know if for linux-sunxi distribution is applicable the vulnerability *CVE-2020-8597 ?* If yes, there is a patch available ? Thanks in advance Paolo -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this

[linux-sunxi] sun8i-r40 spi3 node different from BSP

2020-03-10 Thread JuanEsf
Hello along with greeting, I wish you good morning. In kernel 5.6-rc5 the SPI nodes in R40 SoC have been added, But the SPI3 node in mainline (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/sun8i-r40.dtsi?h=v5.6-rc5#n695) is different from BSP

[linux-sunxi] [PATCH 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2020-03-10 Thread Pascal Roeleven
The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed-off-by: Pascal Roeleven --- arch/arm/boot/dts/Makefile | 3 +-

[linux-sunxi] sun8i: R40: SPI3 wrong node

2020-03-10 Thread JuanEsf
Hi everyone. In Mainline Kernel 5.6-rc5 SPI nodes were added but the entered node belongs to mmc0. https://github.com/BPI-SINOVOIP/BPI-M2U-bsp/blob/master/linux-sunxi/arch/arm/boot/dts/sun8iw11p1.dtsi#L672 (spi3)

[linux-sunxi] [PATCH 1/2] drm/panel: Add Starry KR070PE2T

2020-03-10 Thread Pascal Roeleven
The KR070PE2T is a 7" panel with a resolution of 800x480. KR070PE2T is the marking present on the ribbon cable. As this panel is probably available under different brands, this marking will catch most devices. Signed-off-by: Pascal Roeleven --- .../display/panel/starry,kr070pe2t.txt|

[linux-sunxi] [PATCH 0/2] Add support for Topwise A721 tablet

2020-03-10 Thread Pascal Roeleven
This series add support for the Topwise A721 tablet and it's display. It is an old tablet (around 2012) but it might be useful as reference as the devicetree is pretty complete. Pascal Roeleven (2): drm/panel: Add Starry KR070PE2T ARM: dts: sun4i: Add support for Topwise A721 tablet