Re: [PATCH v6 01/11] ARM: sunxi: smp: Move assembly code into a file

2018-04-18 Thread Chen-Yu Tsai
On Wed, Apr 18, 2018 at 4:45 PM, Maxime Ripard <maxime.rip...@bootlin.com> wrote: > On Tue, Apr 17, 2018 at 07:25:15PM +0800, Chen-Yu Tsai wrote: >> On Tue, Apr 17, 2018 at 7:17 PM, Maxime Ripard >> <maxime.rip...@bootlin.com> wrote: >> > On Tue, Apr 17, 20

Re: [PATCH v6 01/11] ARM: sunxi: smp: Move assembly code into a file

2018-04-17 Thread Chen-Yu Tsai
On Tue, Apr 17, 2018 at 7:17 PM, Maxime Ripard <maxime.rip...@bootlin.com> wrote: > On Tue, Apr 17, 2018 at 11:12:41AM +0800, Chen-Yu Tsai wrote: >> On Tue, Apr 17, 2018 at 5:50 AM, Mylène Josserand >> <mylene.josser...@bootlin.com> wrote: >> > Move the asse

Re: [PATCH v6 08/11] ARM: sun9i: smp: Add is_sun8i field

2018-04-17 Thread Chen-Yu Tsai
On Tue, Apr 17, 2018 at 3:52 PM, Maxime Ripard wrote: > Hi, > > On Mon, Apr 16, 2018 at 11:50:29PM +0200, Mylène Josserand wrote: >> To prepare the support of sun8i-a83t, add a field in the smp_data >> structure to know if we are on sun9i-a80 or sun8i-a83t. >> >> Add

Re: [PATCH v6 03/11] ARM: dts: sun8i: Add R_CPUCFG device node for the A83T dtsi

2018-04-16 Thread Chen-Yu Tsai
ly. > > Signed-off-by: Mylène Josserand <mylene.josser...@bootlin.com> Reviewed-by: Chen-Yu Tsai <w...@csie.org>

Re: [PATCH v6 01/11] ARM: sunxi: smp: Move assembly code into a file

2018-04-16 Thread Chen-Yu Tsai
On Tue, Apr 17, 2018 at 5:50 AM, Mylène Josserand wrote: > Move the assembly code for cluster cache enabling and resuming > into an assembly file instead of having it directly in C code. > > Remove the CFLAGS because we are using the ARM directive "arch" > instead. >

Re: [PATCH] extcon: Split out extcon header file for consumer and provider device

2017-10-02 Thread Chen-Yu Tsai
; > Cc: Kishon Vijay Abraham I <kis...@ti.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Sebastian Reichel <s...@kernel.org> > Cc: Lee Jones <lee.jo...@linaro.org> > Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com> > --- For > drivers/extcon/extcon-axp288.c| 2 +- and > drivers/phy/allwinner/phy-sun4i-usb.c | 2 +- Acked-by: Chen-Yu Tsai <w...@csie.org>

Re: [PATCH 4/4] drm/sun4i: make sure we don't have a commit pending

2017-07-17 Thread Chen-Yu Tsai
On Mon, Jul 17, 2017 at 2:55 PM, Maxime Ripard <maxime.rip...@free-electrons.com> wrote: > On Fri, Jul 14, 2017 at 04:56:01PM +0800, Chen-Yu Tsai wrote: >> Hi, >> >> On Thu, Jul 13, 2017 at 10:41 PM, Maxime Ripard >> <maxime.rip...@free-electrons.com> wr

Re: [PATCH 4/4] drm/sun4i: make sure we don't have a commit pending

2017-07-14 Thread Chen-Yu Tsai
Hi, On Thu, Jul 13, 2017 at 10:41 PM, Maxime Ripard wrote: > In the earlier display engine designs, any register access while a commit > is pending is forbidden. > > One of the symptoms is that reading a register will return another, random, > register value

Re: [PATCH v2 2/2] phy: sun4i-usb: Replace the deprecated extcon API

2017-01-04 Thread Chen-Yu Tsai
;maxime.rip...@free-electrons.com> > Cc: Chen-Yu Tsai <w...@csie.org> > Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com> Acked-by: Chen-Yu Tsai <w...@csie.org> > --- > drivers/phy/phy-sun4i-usb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [alsa-devel] [PATCH 000/159] ASoC: codec cleanup - codec duplicate functions

2016-08-08 Thread Chen-Yu Tsai
Hi, On Mon, Aug 8, 2016 at 4:45 PM, Kuninori Morimoto wrote: > > Hi Mark > > These are codec duplicate functions cleanup patches - v1 > We would like to switch to "component" style base ASoC in the future > instead of current "CPU/Codec/Platform/Card" style. > >