[linux-sunxi] Re: [PATCH v2 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

2020-01-21 Thread Stefan Mavrodiev
On 1/21/20 8:29 PM, Maxime Ripard wrote: +Mark On Mon, Jan 20, 2020 at 02:33:26PM +0200, Stefan Mavrodiev wrote: Add HDMI audio support for the sun4i-hdmi encoder, used on the older Allwinner chips - A10, A20, A31. Most of the code is based on the BSP implementation. In it dditional formats

[linux-sunxi] Re: [PATCH v2 1/2] Input: axp20x-pek - Respect userspace wakeup configuration

2020-01-21 Thread Dmitry Torokhov
On Wed, Jan 15, 2020 at 11:50:08AM +0100, Hans de Goede wrote: > Hi, > > On 15-01-2020 06:12, Samuel Holland wrote: > > Unlike most other power button drivers, this driver unconditionally > > enables its wakeup IRQ. It should be using device_may_wakeup() to > > respect the userspace configuration

[linux-sunxi] Re: [PATCH v2 2/2] Input: axp20x-pek - Enable wakeup for all AXP variants

2020-01-21 Thread Dmitry Torokhov
On Tue, Jan 14, 2020 at 11:12:53PM -0600, Samuel Holland wrote: > There are many devices, including several mobile battery-powered > devices, using other AXP variants as their PMIC. Allow them to use > the power key as a wakeup source. > > Reviewed-by: Hans de Goede > Signed-off-by: Samuel

[linux-sunxi] Re: [PATCH 3/9] arm64: dts: allwinner: pinebook: Remove unused AXP803 regulators

2020-01-21 Thread Samuel Holland
On 1/21/20 3:05 AM, Maxime Ripard wrote: > On Sun, Jan 19, 2020 at 10:30:58AM -0600, Samuel Holland wrote: >> The Pinebook does not use the CSI bus on the A64. In fact it does not >> use GPIO port E for anything at all. Thus the following regulators are >> not used and do not need voltages set: >>

[linux-sunxi] Re: [PATCH 3/9] arm64: dts: allwinner: pinebook: Remove unused AXP803 regulators

2020-01-21 Thread Vasily Khoruzhick
On Tue, Jan 21, 2020 at 1:05 AM Maxime Ripard wrote: > > On Sun, Jan 19, 2020 at 10:30:58AM -0600, Samuel Holland wrote: > > The Pinebook does not use the CSI bus on the A64. In fact it does not > > use GPIO port E for anything at all. Thus the following regulators are > > not used and do not

[linux-sunxi] Re: [PATCH v2 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

2020-01-21 Thread Mark Brown
On Tue, Jan 21, 2020 at 07:29:37PM +0100, Maxime Ripard wrote: > > Mark, our issue here is that we have a driver tied to a device that is > > an HDMI encoder. Obviously, we'll want to register into DRM, which is > > what we were doing so far, with the usual case where at remove / > > unbind time,

[linux-sunxi] Re: [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA

2020-01-21 Thread Stefan Mavrodiev
On 1/21/20 10:35 AM, Vinod Koul wrote: On 15-01-20, 18:07, Maxime Ripard wrote: On Wed, Jan 15, 2020 at 06:01:37PM +0530, Vinod Koul wrote: On 10-01-20, 16:11, Stefan Mavrodiev wrote: Currently the cyclic transfers can be used only with normal DMAs. They can be used by pcm_dmaengine module,

[linux-sunxi] Re: [PATCH 1/4] sunxi: dts: R40: Update Bananapi M2 Berry .dts

2020-01-21 Thread Jagan Teki
On Thu, Jan 2, 2020 at 5:15 AM Andre Przywara wrote: > > Update the .dts file from the kernel, which carries much more nodes, > some of them we need to enable USB and Ethernet support for the board. > > Signed-off-by: Andre Przywara > --- Would be better to have all R40 files to sync at the

[linux-sunxi] Re: [PATCH 3/6] sunxi: SPL SPI: Introduce is_new_gen_spi()

2020-01-21 Thread Jagan Teki
On Mon, Jan 6, 2020 at 6:59 AM Andre Przywara wrote: > > So far we were using the CONFIG_SUNXI_GEN_SUN6I symbol to select between > the two SPI controller generations used on Allwinner SoCs. This is a > convenience symbol to roughly differentiate between "older" and "newer" > generation of SoCs.