[PATCH 1/3] [media] s5p-mfc: Add handling of buffer freeing reqbufs request

2016-05-06 Thread ayaka
The encoder forget the work to call hardware to release its buffers. This patch came from chromium project. I just change its code style and make the API match with new kernel. Signed-off-by: ayaka <ay...@soulik.info> --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 3 +++ 1 file chan

Re: [RESEND PATCH] [media] s5p-mfc: don't close instance after free OUTPUT buffers

2016-05-06 Thread ayaka
Please also notice those patches (A few patches make s5p-mfc work with Gstreamer) I resent to mail recently. Without them, the encoder won't work with Gstreamer either. I hope it will be merged as soon as possible. 在 2016年05月07日 06:11, Javier Martinez Canillas 写道: From: ayaka <

[PATCH 3/3] [media] s5p-mfc: fix a typo in s5p_mfc_dec

2016-05-06 Thread ayaka
It is a cosmetic commit. Signed-off-by: ayaka <ay...@soulik.info> --- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c index f

[PATCH 2/3] [media] s5p-mfc: remove unnecessary check in try_fmt

2016-05-06 Thread ayaka
We don't need to request the sizeimage or num_planes in try_fmt. Signed-off-by: ayaka <ay...@soulik.info> --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s

[RESEND PATCH] [PATCH 0/3] A few patches make s5p-mfc work with Gstreamer

2016-05-06 Thread ayaka
didn't find it is merged, so I sent it again with new kernel API. But I have not test it with 4.6-rc6, as I meet sysmmu problem there. But all those patches have been confirmed at Linux 4.1.16. ayaka (3): [media] s5p-mfc: Add handling of buffer freeing reqbufs request [media] s5p-mfc: remove

musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-11 Thread ayaka
Hello all: I recently add a support for customize am3358 board using the branch processor-sdk-linux-03.00.00 from Ti git. But I meet a problem with musb at the peripheral mode. I have force usb1 in peripheral mode in dts as it only have USB_DP, USB_DM and USBDRV connected. I start up a ether

Re: [PATCH 1/2] ARM: dts: rockchip: remove excess sd properties for firefly reload

2016-08-14 Thread ayaka
On 08/14/2016 08:30 PM, Heiko Stuebner wrote: Am Sonntag, 14. August 2016, 19:27:23 CEST schrieb Randy Li: Because of a bug in hardware design, the sdcard at firefly rk3288 reload board can't switch the io voltage level to 1.8v. Signed-off-by: Randy Li ---

Re: musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-12 Thread ayaka
On 08/12/2016 03:40 PM, Greg KH wrote: On Fri, Aug 12, 2016 at 10:23:15AM +0800, ayaka wrote: Hello all: I recently add a support for customize am3358 board using the branch processor-sdk-linux-03.00.00 from Ti git. But I meet a problem with musb at the peripheral mode. Then you are going

Re: musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-12 Thread ayaka
On 08/13/2016 01:44 AM, Greg KH wrote: On Sat, Aug 13, 2016 at 12:38:46AM +0800, ayaka wrote: On 08/12/2016 03:40 PM, Greg KH wrote: On Fri, Aug 12, 2016 at 10:23:15AM +0800, ayaka wrote: Hello all: I recently add a support for customize am3358 board using the branch processor-sdk

[PATCH 0/3] ARM: dts: the dts support for rk3288 firefly reload

2016-07-06 Thread ayaka
that works. ayaka (3): ARM: dts: add label leds for rk3288-firefly.dtsi ARM: dts: move regulator settings from common to specifics ARM: dts: add rk3288-firefly-reload arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/rk3288-firefly-beta.dts | 30 arch/arm/boot/dts

[PATCH 3/3] ARM: dts: add rk3288-firefly-reload

2016-07-06 Thread ayaka
The firefly rk3288 reload is a Rockchip rk3288 based develop board. Signed-off-by: ayaka <ay...@soulik.info> --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/rk3288-firefly-reload.dts | 109 2 files changed, 110 insertions(+) creat

[PATCH 2/3] ARM: dts: move regulator settings from common to specifics

2016-07-06 Thread ayaka
The regulator settings are the same in the firefly beta and firefly. But the firefly reload is different. I remove the difference part from the common header dtsi, but remained those common one to keep references. Signed-off-by: ayaka <ay...@soulik.info> --- arch/arm/boot/dts/rk3288-f

[PATCH 1/3] ARM: dts: add label leds for rk3288-firefly.dtsi

2016-07-06 Thread ayaka
The connected leds are different in firefly and firefly reload. Adding this label making it is possible to add more leds. Signed-off-by: ayaka <ay...@soulik.info> --- arch/arm/boot/dts/rk3288-firefly.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/bo

Re: [PATCH 0/3] ARM: dts: the dts support for rk3288 firefly reload

2016-07-09 Thread ayaka
Thank you for you review, HeiKo On 07/08/2016 05:35 AM, Heiko Stuebner wrote: Hi Randy, Am Donnerstag, 7. Juli 2016, 02:22:57 schrieb Randy Li: The rk3288 firefly reload is a Rockchip RK3288 based board be found by core board and main board. The regulators are connected in a different way

Re: musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-16 Thread Ayaka
從我的 iPad 傳送 > Felipe Balbi <felipe.ba...@linux.intel.com> 於 2016年8月16日 下午3:10 寫道: > > > Hi, > > ayaka <ay...@soulik.info> writes: >>> On 08/13/2016 01:44 AM, Greg KH wrote: >>>> On Sat, Aug 13, 2016 at 12:38:46AM +0800, ayaka wrote

Re: musb: am3358: having performance problem with usb1

2016-08-15 Thread ayaka
On 08/13/2016 01:44 AM, Greg KH wrote: On Sat, Aug 13, 2016 at 12:38:46AM +0800, ayaka wrote: On 08/12/2016 03:40 PM, Greg KH wrote: On Fri, Aug 12, 2016 at 10:23:15AM +0800, ayaka wrote: Hello all: I recently add a support for customize am3358 board using the branch processor-sdk

Re: [PATCH 1/2] ARM: dts: rockchip: remove excess sd properties for firefly reload

2016-08-18 Thread ayaka
On 08/18/2016 09:35 PM, Heiko Stübner wrote: Am Donnerstag, 18. August 2016, 01:03:10 schrieb Randy Li: Because of a bug in hardware design, the sdcard at firefly rk3288 reload board can't switch the io voltage level to 1.8v. Signed-off-by: Randy Li applied to my dts32

Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats

2017-02-08 Thread Ayaka
從我的 iPad 傳送 > Mauro Carvalho Chehab <mche...@s-opensource.com> 於 2017年2月3日 下午10:04 寫道: > > Em Thu, 5 Jan 2017 20:27:17 +0200 > Sakari Ailus <sakari.ai...@iki.fi> escreveu: > >> Hi Randy, >> >>> On Thu, Jan 05, 2017 at 11:22:26PM +0800, ay

rockchip: edp: Meet a problem with supporting eDP panel at firefly release

2017-01-16 Thread ayaka
Hello: I meet a problem when I want to add support for a lg,lp079qx1-sp0v eDP panel at firefly release rk3288 platform. I could hardly make the eDP work both on firefly release and firefly reload. Does you have any idea about that? [ 11.136586] i2c i2c-6: of_i2c: modalias failure on

Re: [PATCH 1/2] ARM: dts: Add TOPEET itop core board SCP package version

2016-08-22 Thread Ayaka
Thank you 從我的 iPad 傳送 > Marek Szyprowski 於 2016年8月22日 下午2:50 寫道: > > Dear Randy, > > >> On 2016-08-21 22:04, Randy Li wrote: >> The TOPEET itop is a samsung exnynos 4412 core board, which have >> two package versions. This patch add the support for SCP version. >>

Re: musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-16 Thread ayaka
On 08/16/2016 04:31 PM, Felipe Balbi wrote: Hi, Ayaka <ay...@soulik.info> writes: ayaka <ay...@soulik.info> writes: On 08/13/2016 01:44 AM, Greg KH wrote: On Sat, Aug 13, 2016 at 12:38:46AM +0800, ayaka wrote: On 08/12/2016 03:40 PM, Greg KH wrote: On Fri, Aug 12, 2016 a

Re: [PATCH 4/4] ARM: dts: rockchip: Point rk3288 dwc2 usb at the full PHY reset

2016-08-21 Thread ayaka
On 08/21/2016 07:06 PM, Sergei Shtylyov wrote: Hello. On 8/21/2016 10:56 AM, Randy Li wrote: The "host1" port (AKA the dwc2 port that isn't the OTG port) on rk3288 has a hardware errata that causes everything to get confused when we get a remote wakeup. We'll use the reset that's in the

Re: [PATCH 1/2] ARM: dts: Add TOPEET itop core board SCP package version

2016-08-22 Thread ayaka
On 08/22/2016 10:45 PM, Chanwoo Choi wrote: Hi, 2016-08-22 17:28 GMT+09:00 Ayaka <ay...@soulik.info>: Thank you 從我的 iPad 傳送 Marek Szyprowski <m.szyprow...@samsung.com> 於 2016年8月22日 下午2:50 寫道: Dear Randy, On 2016-08-21 22:04, Randy Li wrote: The TOPEET itop is a samsung

Re: [PATCH 2/2] ARM: dts: add TOPEET itop elite based board

2016-08-24 Thread Ayaka
從我的 iPad 傳送 > Rob Herring <r...@kernel.org> 於 2016年8月24日 上午6:38 寫道: > >> On Tue, Aug 23, 2016 at 1:36 PM, ayaka <ay...@soulik.info> wrote: >> >>> On 08/24/2016 02:14 AM, Rob Herring wrote: >>> >>>> On Mon, Aug 22, 2016 at 10:18:0

Re: [RESEND PATCH 1/3] ARM: dts: Add TOPEET itop core board SCP package version

2016-08-31 Thread Ayaka
從我的 iPad 傳送 > Krzysztof Kozlowski 於 2016年9月1日 上午2:42 寫道: > >> On Wed, Aug 31, 2016 at 08:58:27PM +0800, Randy Li wrote: >> The TOPEET itop is a samsung exnynos 4412 core board, which have >> two package versions. This patch add the support for SCP version. >> >> Currently

Re: [PATCH v7 3/4] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-09-05 Thread Ayaka
從我的 iPad 傳送 > David Laight 於 2016年9月5日 下午9:35 寫道: > > From: Randy Li >> Sent: 03 September 2016 22:55 > ... >> +if (of_device_is_compatible(np, "rockchip,rk3288-usb") >> +&& (NULL != hsotg->phy->ops->reset)) >> +

Re: [PATCH v7 3/4] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-09-06 Thread Ayaka
從我的 iPad 傳送 > John Youn 於 2016年9月7日 上午2:54 寫道: > >> On 9/5/2016 10:15 PM, Kishon Vijay Abraham I wrote: >> Hi, >> >>> On Sunday 04 September 2016 03:25 AM, Randy Li wrote: >>> On the rk3288 USB host-only port (the one that's not the OTG-enabled >>> port) the PHY can

Re: [PATCH RFC] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-09-01 Thread Ayaka
從我的 iPad 傳送 Thank you > Andrzej Hajda <a.ha...@samsung.com> 於 2016年9月1日 下午3:04 寫道: > >> On 08/31/2016 07:55 PM, ayaka wrote: >> >>> On 08/31/2016 08:30 PM, Andrzej Hajda wrote: >>> Hi, >>> >>> >>>> On 08/30/2016 12:5

Re: [PATCH RFC] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-08-31 Thread ayaka
On 08/31/2016 08:30 PM, Andrzej Hajda wrote: Hi, On 08/30/2016 12:50 AM, Randy Li wrote: It is actually a lvds panel connected through a rga-lvds bridge. But I really have no idea about what does a port mean in fimd node. Also how should I configure this panel size? I think the i2c found

Re: [PATCH RFC] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-08-31 Thread ayaka
On 08/31/2016 08:30 PM, Andrzej Hajda wrote: Hi, On 08/30/2016 12:50 AM, Randy Li wrote: It is actually a lvds panel connected through a rga-lvds bridge. But I really have no idea about what does a port mean in fimd node. Also how should I configure this panel size? I think the i2c found

Re: [RESEND PATCH v7 0/4] the fix for the USB HOST1 at rk3288 platform

2016-09-13 Thread ayaka
On 09/13/2016 07:06 PM, Heiko Stuebner wrote: Hi Randy, could you check if the other host-only dwc2 are also affected by this (rk3188, rk3036) please? Because they also seem to act up in some strange way But I don't have those board currently. I would arrange them anyway. Btw, I would send a

Re: RK3288 USB Issues

2016-09-24 Thread ayaka
a single peripheral, just getting read errors. Seems like something is getting powered down if no USB peripheral is connected, and can`t start up again. Kind regard, Norbert 2016-09-23 2:48 GMT+02:00 Ayaka <ay...@soulik.info>: 從我的 iPad 傳送 Norbert Lange <nolang...@gmail.com> 於 2016年

Re: [PATCH v6 2/3] ARM: dts: add TOPEET itop elite based board

2016-09-18 Thread ayaka
kernel. [0.00] Booting Linux on physical CPU 0xa00 [0.00] Linux version 4.8.0-rc6-next-20160916-4-gae92137 (ayaka@ritsuko) (gcc version 6.1.0 (Buildroot 2016.05-6-g0 792d0d-dirty) ) #83 SMP PREEMPT Sun Sep 18 17:29:56 CST 2016 [0.00] CPU: ARMv7 Processor [413fc090] revision 0

Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly

2016-09-18 Thread ayaka
On 09/18/2016 10:42 PM, Krzysztof Kozlowski wrote: On Sun, Sep 18, 2016 at 10:09:11PM +0800, Randy Li wrote: It is simple sound card time, we could assign different codec to a interface without making a specific driver for it. The description does not convince me and I do not see an example

Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly

2016-09-18 Thread Ayaka
從我的 iPad 傳送 > Krzysztof Kozlowski <k...@kernel.org> 於 2016年9月19日 上午2:09 寫道: > >> On Sun, Sep 18, 2016 at 11:12:34PM +0800, ayaka wrote: >> >> >>> On 09/18/2016 10:42 PM, Krzysztof Kozlowski wrote: >>>> On Sun, Sep 18, 2016 at 10:09:11PM

Re: [RFC PATCH v3 1/2] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-09-19 Thread ayaka
On 09/20/2016 03:12 AM, Fabio Estevam wrote: On Mon, Sep 19, 2016 at 4:02 PM, Randy Li wrote: + vcc_sys_lcd: sys-lcd { + compatible = "regulator-fixed"; + regulator-name = "vcc_5v"; + regulator-min-microvolt = <500>; +

Re: [PATCH v6 2/3] ARM: dts: add TOPEET itop elite based board

2016-09-16 Thread ayaka
On 09/16/2016 03:23 PM, Krzysztof Kozlowski wrote: On 09/07/2016 11:58 PM, Randy Li wrote: The TOPEET itop exynos 4412 have three versions base board. The Elite version is the cheap one without too much peripheral devices on it. Currently supported are serial console, wired networking(USB),

Re: [PATCH] ASoC: samsung: make audio interface/controller explicitly

2016-09-19 Thread Ayaka
從我的 iPad 傳送 > Mark Brown 於 2016年9月19日 下午4:33 寫道: > >> On Sun, Sep 18, 2016 at 10:09:11PM +0800, Randy Li wrote: >> >> It is simple sound card time, we could assign different codec >> to a interface without making a specific driver for it. > >> config SND_SAMSUNG_AC97 >>

Re: [PATCH 2/2] ARM: dts: add TOPEET itop elite based board

2016-08-23 Thread ayaka
On 08/24/2016 02:14 AM, Rob Herring wrote: On Mon, Aug 22, 2016 at 10:18:09PM +0800, Randy Li wrote: The TOPEET itop exynos 4412 have three versions base board. The Elite version is the cheap one without too much peripheral devices on it. Currently supported are serial console, wired

Re: musb: am3358: having problem with high-speed on usb1 at peripheral

2016-08-22 Thread Ayaka
從我的 iPad 傳送 > Bin Liu <b-...@ti.com> 於 2016年8月19日 上午12:08 寫道: > > Hi, > >> On Fri, Aug 12, 2016 at 10:23:15AM +0800, ayaka wrote: >> Hello all: >> I recently add a support for customize am3358 board using the branch >> processor-sdk-linux-03.00.00 f

Re: [RFC PATCH v3 2/2] drm/panel: Add support for Chunghwa CLAA070WP03XG panel

2016-09-28 Thread ayaka
On 09/24/2016 02:00 AM, Rob Herring wrote: On Tue, Sep 20, 2016 at 03:02:51AM +0800, Randy Li wrote: The Chunghwa CLAA070WP03XG is a 7" 1280x800 panel, which can be supported by the simple panel driver. Signed-off-by: Randy Li ---

Re: RK3288 USB Issues

2016-09-24 Thread ayaka
/linux-kernel/tree/firefly-rk3288-reload-next *) Maybe some different kernel config options -> mine are multi_v7_defconfig with a few modules added Not sure with that defconfig, even I didn't know whether you enabled the USB module Kind regards, Norbert 2016-09-24 20:53 GMT+02:00

Re: [PATCH] drm/rockchip: analogix_dp: add supports for regulators in edp IP

2016-11-09 Thread ayaka
On 10/28/2016 05:29 PM, Randy Li wrote: On 10/28/2016 05:11 PM, Shawn Lin wrote: On 2016/10/23 3:18, Randy Li wrote: I found if eDP_AVDD_1V0 and eDP_AVDD_1V8 are not been power at RK3288, once trying to enable the pclk clock, the kernel would dead. This patch would try to enable them

Re: [PATCH] drm/rockchip: analogix_dp: add supports for regulators in edp IP

2016-11-09 Thread ayaka
On 10/28/2016 05:29 PM, Randy Li wrote: On 10/28/2016 05:11 PM, Shawn Lin wrote: On 2016/10/23 3:18, Randy Li wrote: I found if eDP_AVDD_1V0 and eDP_AVDD_1V8 are not been power at RK3288, once trying to enable the pclk clock, the kernel would dead. This patch would try to enable them

Re: [PATCH v9 1/2] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-10-23 Thread ayaka
On 10/22/2016 03:27 AM, John Youn wrote: On 10/20/2016 11:38 AM, Randy Li wrote: On the rk3288 USB host-only port (the one that's not the OTG-enabled port) the PHY can get into a bad state when a wakeup is asserted (not just a wakeup from full system suspend but also a wakeup from

Re: [PATCH v8 1/2] ARM: dts: Add TOPEET itop core board SCP package version

2016-10-17 Thread ayaka
On 10/18/2016 12:27 AM, Krzysztof Kozlowski wrote: On Mon, Sep 19, 2016 at 11:48:22PM +0800, Randy Li wrote: The TOPEET itop is a samsung exnynos 4412 core board, which have two package versions. This patch add the support for SCP version. Currently supported are USB3503A HSIC, USB OTG,

Re: [PATCH] ARM: dts: rockchip: add i2c-bus subnode to edp

2016-10-21 Thread ayaka
On 10/21/2016 04:25 PM, Heiko Stuebner wrote: Am Donnerstag, 20. Oktober 2016, 15:47:56 CEST schrieb Tomeu Vizoso: On 10/20/2016 03:45 PM, Heiko Stübner wrote: Am Donnerstag, 20. Oktober 2016, 10:07:25 schrieb Tomeu Vizoso: Add an empty 'i2c-bus' subnode to the edp node just so that the I2C

Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board

2016-10-18 Thread Ayaka
從我的 iPad 傳送 > Krzysztof Kozlowski 於 2016年10月19日 上午1:37 寫道: > >> On Wed, Oct 19, 2016 at 01:18:49AM +0800, Randy Li wrote: >> The TOPEET itop exynos 4412 have three versions base board. The >> Elite version is the cheap one without too much peripheral devices >> on it. >> >>

rockchip: drm: analogix_dp-rockchip would stock the kernel

2016-10-15 Thread ayaka
Hello: I meet a problem with eDP in rk3288 with the linux next 20161006, it is just like the early stage of 4.4 kernel. I have added a eDP panel entry in the firefly reload board, once the kernel loaded analogix_dp-rockchip.ko, after printed the following two lines, the kernel stop

Re: [RFC PATCH v3 2/2] drm/panel: Add support for Chunghwa CLAA070WP03XG panel

2016-12-06 Thread Ayaka
從我的 iPad 傳送 > Thierry Reding 於 2016年12月6日 下午11:46 寫道: > >> On Tue, Sep 20, 2016 at 03:02:51AM +0800, Randy Li wrote: >> The Chunghwa CLAA070WP03XG is a 7" 1280x800 panel, which can be >> supported by the simple panel driver. >> >> Signed-off-by: Randy Li

Re: [PATCH v9 1/2] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-12-06 Thread Ayaka
Hello John I still waiting them be merged, but I still can't find it at next-20161206. 從我的 iPad 傳送 > John Youn <john.y...@synopsys.com> 於 2016年10月25日 上午9:30 寫道: > >> On 10/23/2016 2:33 AM, ayaka wrote: >> >> >>> On 10/22/2016 03:27 AM, John Youn wrote

Re: [PATCH v2 2/2] [media] v4l: Add 10/16-bits per channel YUV pixel formats

2017-01-05 Thread ayaka
On 01/05/2017 06:30 PM, Sakari Ailus wrote: Hi Randy, Thanks for the update. On Thu, Jan 05, 2017 at 12:29:11AM +0800, Randy Li wrote: The formats added by this patch are: V4L2_PIX_FMT_P010 V4L2_PIX_FMT_P010M V4L2_PIX_FMT_P016 V4L2_PIX_FMT_P016M Currently,

Re: [PATCH v4 0/5] thermal: fixes the rockchip thermal

2016-12-30 Thread ayaka
BTW, Caesar have you ever met this at RK3288 at booting time? [8.430582] thermal thermal_zone1: critical temperature reached(125 C),shutting down [8.439038] thermal thermal_zone2: critical temperature reached(125 C),shutting down [8.456344] thermal thermal_zone1: critical

Re: [PATCH v4 0/5] thermal: fixes the rockchip thermal

2017-01-03 Thread ayaka
On 01/03/2017 09:13 AM, Randy Li wrote: On 01/03/2017 09:02 AM, Caesar Wang wrote: 在 2017年01月03日 07:57, Randy Li 写道: On 01/02/2017 09:16 PM, Caesar Wang wrote: 在 2016年12月31日 00:11, ayaka 写道: BTW, Caesar have you ever met this at RK3288 at booting time? [8.430582] thermal

Re: [PATCH 2/2] [media] v4l: Add 10-bits per channel YUV pixel formats

2017-01-02 Thread ayaka
On 01/02/2017 07:07 PM, Sakari Ailus wrote: Hi, On Mon, Jan 02, 2017 at 06:53:16PM +0800, ayaka wrote: On 01/02/2017 05:10 PM, Sakari Ailus wrote: Hi Randy, Thanks for the patch. On Mon, Jan 02, 2017 at 04:50:04PM +0800, Randy Li wrote: The formats added by this patch

Re: [PATCH 2/2] [media] v4l: Add 10-bits per channel YUV pixel formats

2017-01-02 Thread ayaka
On 01/02/2017 05:10 PM, Sakari Ailus wrote: Hi Randy, Thanks for the patch. On Mon, Jan 02, 2017 at 04:50:04PM +0800, Randy Li wrote: The formats added by this patch are: V4L2_PIX_FMT_P010 V4L2_PIX_FMT_P010M Currently, none of driver uses those format, but some video device

Re: [PATCH v2 1/2] drm_fourcc: Add new P010, P016 video format

2017-01-04 Thread Ayaka
從我的 iPad 傳送 > Daniel Stone 於 2017年1月5日 上午1:02 寫道: > > Hi Randy, > >> On 4 January 2017 at 16:29, Randy Li wrote: >> index 90d2cc8..23c8e99 100644 >> --- a/drivers/gpu/drm/drm_fourcc.c >> +++ b/drivers/gpu/drm/drm_fourcc.c >> @@ -165,6 +165,9 @@ const

Re: [PATCH v2] mmc: dw_mmc: revise the reset path in runtime resume

2017-01-04 Thread ayaka
On 01/04/2017 08:51 PM, Ziyuan Xu wrote: Immediately after reset, issue the command which sets update_clock_register_only bit, the card clock will restart. Revise dw_mci_ctrl_reset to dw_mci_reset, which has wrapped this sequence. The patch fixes commit e9ed8835e990 ("mmc: dw_mmc: add runtime

Re: [PATCH 1/2] drm_fourcc: Add new P010 video format

2017-01-04 Thread ayaka
On 01/04/2017 11:56 PM, Ville Syrjälä wrote: On Mon, Jan 02, 2017 at 04:50:03PM +0800, Randy Li wrote: P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits per channel video format. Rockchip's vop support this video format(little endian only) as the input video format.

Re: [PATCH] Revert "mmc: dw_mmc-rockchip: add runtime PM support"

2016-12-29 Thread ayaka
On 12/29/2016 10:04 PM, Jaehoon Chung wrote: Hi, On 12/29/2016 09:55 PM, ayaka wrote: [5.849733] rk_gmac-dwmac ff29.ethernet (unnamed net_device) (uninitialized): Enable RX Mitigation via HW Watchdog Timer [5.944512] mmc_host mmc1: Bus speed (slot 0) = 5000Hz (slot req

Re: [PATCH] Revert "mmc: dw_mmc-rockchip: add runtime PM support"

2016-12-29 Thread ayaka
[5.849733] rk_gmac-dwmac ff29.ethernet (unnamed net_device) (uninitialized): Enable RX Mitigation via HW Watchdog Timer [5.944512] mmc_host mmc1: Bus speed (slot 0) = 5000Hz (slot req 5000Hz, actual 5000HZ div = 0) [5.958249] mmc1: new ultra high speed DDR50 SDIO

Re: [RFC PATCH v3 2/2] drm/panel: Add support for Chunghwa CLAA070WP03XG panel

2016-12-22 Thread ayaka
On 12/07/2016 10:55 PM, Daniel Vetter wrote: On Wed, Dec 07, 2016 at 08:57:23AM +0800, Ayaka wrote: 從我的 iPad 傳送 Thierry Reding <thierry.red...@gmail.com> 於 2016年12月6日 下午11:46 寫道: On Tue, Sep 20, 2016 at 03:02:51AM +0800, Randy Li wrote: The Chunghwa CLAA070WP03XG is a 7" 128

Re: [PATCH v4 0/5] thermal: fixes the rockchip thermal

2017-01-14 Thread ayaka
On 01/15/2017 12:54 AM, Eduardo Valentin wrote: Folks, On Wed, Jan 04, 2017 at 12:30:40AM +0800, ayaka wrote: On 01/03/2017 09:13 AM, Randy Li wrote: On 01/03/2017 09:02 AM, Caesar Wang wrote: 在 2017年01月03日 07:57, Randy Li 写道: On 01/02/2017 09:16 PM, Caesar Wang wrote: 在 2016年12月31日 00

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-26 Thread Ayaka
從我的 iPad 傳送 > Ander Conselvan De Oliveira <conselv...@gmail.com> 於 2017年3月14日 下午9:53 寫道: > >> On Tue, 2017-03-07 at 04:27 +0800, Ayaka wrote: >> >> 從我的 iPad 傳送 >> >>>> Ville Syrjälä <ville.syrj...@linux.intel.com> 於 2017年3月7日 上午2:34 寫

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-27 Thread Ayaka
從我的 iPad 傳送 > Clint Taylor <clinton.a.tay...@intel.com> 於 2017年3月28日 上午6:49 寫道: > >> On 03/26/2017 09:05 PM, Ayaka wrote: >> >> >> 從我的 iPad 傳送 >> >>>> Ander Conselvan De Oliveira <conselv...@gmail.com> 於 2017年3月14日 下午9:53 寫

Re: [PATCH v6 2/3] v4l: Add 10/16-bits per channel YUV pixel formats

2017-04-21 Thread ayaka
On 04/18/2017 03:33 AM, Mauro Carvalho Chehab wrote: Em Sun, 5 Mar 2017 18:00:32 +0800 Randy Li escreveu: The formats added by this patch are: V4L2_PIX_FMT_P010 V4L2_PIX_FMT_P010M V4L2_PIX_FMT_P016 V4L2_PIX_FMT_P016M Currently, none of

Re: [PATCH v10 1/2] usb: dwc2: assert phy reset when waking up in rk3288 platform

2017-03-03 Thread ayaka
What is wrong with this patch? I have not seen it is merged in next-20170303. On 12/11/2016 11:36 PM, Randy Li wrote: On the rk3288 USB host-only port (the one that's not the OTG-enabled port) the PHY can get into a bad state when a wakeup is asserted (not just a wakeup from full system

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-06 Thread Ayaka
從我的 iPad 傳送 > Ville Syrjälä 於 2017年3月6日 下午9:06 寫道: > >> On Sun, Mar 05, 2017 at 06:00:31PM +0800, Randy Li wrote: >> P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits >> per channel video format. >> >> P016 is a planar 4:2:0 YUV with interleaved UV

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-06 Thread Ayaka
從我的 iPad 傳送 > Ville Syrjälä <ville.syrj...@linux.intel.com> 於 2017年3月7日 上午2:34 寫道: > >> On Tue, Mar 07, 2017 at 01:58:23AM +0800, Ayaka wrote: >> >> >> 從我的 iPad 傳送 >> >>>> Ville Syrjälä <ville.syrj...@linux.intel.com> 於 2017年3

Re: [PATCH] ARM: dts: rockchip: add missing grf phandle for rk3288

2017-05-14 Thread ayaka
On 05/14/2017 10:59 PM, Heiko Stuebner wrote: Hi Randy, Am Sonntag, 7. Mai 2017, 22:34:46 CEST schrieb Randy Li: The PWM devices need to access the grf to switch the PWM IP. The grf property is not part of the pwm binding and I remember this coming up in veyron times, when Thiery didn't

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-29 Thread Ayaka
29 janvier 2019 à 16:44 +0900, Alexandre Courbot a écrit : >>>> On Fri, Jan 25, 2019 at 10:04 PM Paul Kocialkowski >>>> wrote: >>>>> Hi, >>>>> >>>>>> On Thu, 2019-01-24 at 20:23 +0800, Ayaka wrote: >>>>>> Sent from my i

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-29 Thread Ayaka
Sent from my iPad > On Jan 30, 2019, at 5:41 AM, Nicolas Dufresne wrote: > >> Le mardi 29 janvier 2019 à 16:44 +0900, Alexandre Courbot a écrit : >> On Fri, Jan 25, 2019 at 10:04 PM Paul Kocialkowski >> wrote: >>> Hi, >>> >>>> On Thu,

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-30 Thread Ayaka
Sent from my iPad > On Jan 30, 2019, at 3:17 PM, Tomasz Figa wrote: > >> On Wed, Jan 30, 2019 at 3:28 PM Ayaka wrote: >> >> >> >> Sent from my iPad >> >>> On Jan 30, 2019, at 11:35 AM, Tomasz Figa wrote: >>> >&

[PATCH 0/4] WIP: rockchip mpp for v4l2 video decoder

2019-01-30 Thread ayaka
From: Randy 'ayaka' Li Hello Those patches are based on the previous vendor driver I post before, but it can apply without the previous one. I really want to make it work before FOSDEM and I didn't. And upcoming the lunar new year holiday would last two week. I have verified the v4l2 part

[PATCH 3/4] [TEST]: rockchip: mpp: support qtable

2019-01-30 Thread ayaka
Yes, the buffer won't be freed. I don't want to store buffers for a session. I just want to use it to verify the FFmpeg. Signed-off-by: ayaka --- drivers/staging/rockchip-mpp/mpp_dev_common.h | 3 ++ drivers/staging/rockchip-mpp/mpp_dev_vdpu2.c | 3 ++ drivers/staging/rockchip-mpp/vdpu2

[PATCH 2/4] [WIP] staging: video: rockchip: vdpu2

2019-01-30 Thread ayaka
From: Randy 'ayaka' Li It doesn't work yet, I am suffering unknow power or clock problem, but the vendor driver I post to ML would work. I want to put the implementation of those v4l2 ioctl which related to device in echo device's files, but the current inheritance looks ugly. TODO: qp table

[PATCH 4/4] staging: video: rockchip: add video codec

2019-01-30 Thread ayaka
From: Randy Li Signed-off-by: Randy Li --- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index e4f608815c05..81634dd0a283 100644 --- a/drivers/staging/Kconfig +++

[PATCH 1/4] [WIP]: staging: video: rockchip: add v4l2 common

2019-01-30 Thread ayaka
From: Randy 'ayaka' Li The current version is designed for multi-planes buffers. TODO: improve the interface and work flow of v4l2 finish a task before it would be dequeued Signed-off-by: Randy Li Signed-off-by: Randy Li --- drivers/staging/rockchip-mpp/Kconfig | 54 + drivers

Re: [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-01-24 Thread Ayaka
Sent from my iPad > On Jan 24, 2019, at 10:23 PM, Maxime Ripard wrote: > > Hi! > > On Sun, Jan 20, 2019 at 08:48:32PM +0800, ayaka wrote: >>>>> +struct v4l2_ctrl_h264_scaling_matrix { >>>>> +__u8 scaling_list_4x4[6][16]; >>>>>

Re: [PATCH 0/4] WIP: rockchip mpp for v4l2 video decoder

2019-01-31 Thread Ayaka
Sent from my iPad > On Jan 31, 2019, at 10:03 PM, Ezequiel Garcia wrote: > > Hey Ayaka! > >> On Thu, 2019-01-31 at 11:13 +0800, ayaka wrote: >> From: Randy 'ayaka' Li >> >> Hello >> Those patches are based on the previous vendor driver

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-24 Thread Ayaka
Sent from my iPad > On Jan 24, 2019, at 6:36 PM, Paul Kocialkowski > wrote: > > Hi, > >> On Tue, 2019-01-08 at 18:00 +0800, Ayaka wrote: >> >> Sent from my iPad >> >>> On Jan 8, 2019, at 4:38 PM, Paul Kocialkowski >>> wrote:

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-24 Thread Ayaka
Sent from my iPad > On Jan 24, 2019, at 6:27 PM, Paul Kocialkowski > wrote: > > Hi, > >> On Thu, 2019-01-10 at 21:32 +0800, ayaka wrote: >> I forget a important thing, for the rkvdec and rk hevc decoder, it would >> requests cabac table, scaling list, pi

Re: [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-01-20 Thread ayaka
I am sorry I am a little busy for the lunar new year recently and the H.264 syntax rules are little complex, I will try explain my ideas more clear here. On 1/17/19 7:01 PM, Maxime Ripard wrote: Hi, On Tue, Jan 08, 2019 at 05:52:28PM +0800, Randy 'ayaka' Li wrote: +struct

Re: [PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-06 Thread Ayaka
> On Jan 6, 2019, at 10:22 PM, Ezequiel Garcia wrote: > > Hi Randy, > > Thanks a lot for this patches. They are really useful > to provide more insight into the VPU hardware. > > This change will make the vpu encoder and vpu decoder > completely independent, can they really work in parallel?

Re: [PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-06 Thread Ayaka
> On Jan 6, 2019, at 10:22 PM, Ezequiel Garcia wrote: > > Hi Randy, > > Thanks a lot for this patches. They are really useful > to provide more insight into the VPU hardware. > > This change will make the vpu encoder and vpu decoder > completely independent, can they really work in parallel?

Re: [PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-06 Thread Ayaka
Sent from my iPad > On Jan 7, 2019, at 12:04 AM, Ezequiel Garcia wrote: > > On Sun, 2019-01-06 at 23:05 +0800, Ayaka wrote: >>> On Jan 6, 2019, at 10:22 PM, Ezequiel Garcia wrote: >>> >>> Hi Randy, >>> >>> Thanks a lot for this patch

Re: [PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-06 Thread Ayaka
Hello Ezequiel Sent from my iPad > On Jan 7, 2019, at 1:21 AM, Ezequiel Garcia > wrote: > >> On Sun, 6 Jan 2019 at 13:16, Ayaka wrote: >> >> >> >> Sent from my iPad >> >>> On Jan 7, 2019, at 12:04 AM, Ezequiel Garcia wrote: &

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-07 Thread Ayaka
gt;>>>> +__s8slice_act_cr_qp_offset; >>>>> +__u8slice_deblocking_filter_disabled_flag; >>>>> +__s8slice_beta_offset_div2; >>>>> +__s8slice_tc_offset_div2; >>>>> +__u8slice_loop_fil

Re: [PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-07 Thread Ayaka
Sent from my iPad > On Jan 8, 2019, at 2:33 PM, Tomasz Figa wrote: > >> On Mon, Jan 7, 2019 at 2:30 AM Ayaka wrote: >> >> Hello Ezequiel >> >> Sent from my iPad >> >>>> On Jan 7, 2019, at 1:21 AM, Ezequiel Garcia >>>

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-08 Thread Ayaka
Sent from my iPad > On Jan 8, 2019, at 4:38 PM, Paul Kocialkowski > wrote: > > Hi, > >> On Tue, 2019-01-08 at 09:16 +0800, Ayaka wrote: >> >> Sent from my iPad >> >>> On Jan 7, 2019, at 5:57 PM, Paul Kocialkowski >>> wrote:

Re: [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-01-08 Thread ayaka
On 1/8/19 5:52 PM, Randy 'ayaka' Li wrote: On Thu, Nov 15, 2018 at 03:56:49PM +0100, Maxime Ripard wrote: From: Pawel Osciak Stateless video codecs will require both the H264 metadata and slices in order to be able to decode frames. This introduces the definitions for a new pixel format

Re: [linux-sunxi] [PATCH v2 1/2] media: v4l: Add definitions for the HEVC slice format and controls

2019-01-10 Thread ayaka
and rps, it is possible to reuse the slice header, just let the decoder know the offset from the bitstream bufer, I would suggest to add three properties(with sps) for them. But I think we need a method to mark a OUTPUT side buffer for those aux data. On 1/8/19 6:00 PM, Ayaka wrote: Sent from

Re: [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-01-10 Thread ayaka
and rps, it is possible to reuse the slice header, just let the decoder know the offset from the bitstream bufer, I would suggest to add three properties(with sps) for them. But I think we need a method to mark a OUTPUT side buffer for those aux data. On 1/9/19 1:01 AM, ayaka wrote: On 1/8/19 5

Re: [PATCH v9 1/2] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-12-06 Thread Ayaka
Hello John I still waiting them be merged, but I still can't find it at next-20161206. 從我的 iPad 傳送 > John Youn 於 2016年10月25日 上午9:30 寫道: > >> On 10/23/2016 2:33 AM, ayaka wrote: >> >> >>> On 10/22/2016 03:27 AM, John Youn wrote: >>&g

Re: [RFC PATCH v3 2/2] drm/panel: Add support for Chunghwa CLAA070WP03XG panel

2016-12-06 Thread Ayaka
從我的 iPad 傳送 > Thierry Reding 於 2016年12月6日 下午11:46 寫道: > >> On Tue, Sep 20, 2016 at 03:02:51AM +0800, Randy Li wrote: >> The Chunghwa CLAA070WP03XG is a 7" 1280x800 panel, which can be >> supported by the simple panel driver. >> >> Signed-off-by: Randy Li >> --- >>

Re: RK3288 USB Issues

2016-09-24 Thread ayaka
a single peripheral, just getting read errors. Seems like something is getting powered down if no USB peripheral is connected, and can`t start up again. Kind regard, Norbert 2016-09-23 2:48 GMT+02:00 Ayaka : 從我的 iPad 傳送 Norbert Lange 於 2016年9月23日 上午7:37 寫道: Hello Randi, I am Randy sorry

Re: RK3288 USB Issues

2016-09-24 Thread ayaka
/linux-kernel/tree/firefly-rk3288-reload-next *) Maybe some different kernel config options -> mine are multi_v7_defconfig with a few modules added Not sure with that defconfig, even I didn't know whether you enabled the USB module Kind regards, Norbert 2016-09-24 20:53 GMT+02:00 ayaka :

Re: [PATCH v9 1/2] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-10-23 Thread ayaka
On 10/22/2016 03:27 AM, John Youn wrote: On 10/20/2016 11:38 AM, Randy Li wrote: On the rk3288 USB host-only port (the one that's not the OTG-enabled port) the PHY can get into a bad state when a wakeup is asserted (not just a wakeup from full system suspend but also a wakeup from

Re: [PATCH RFC] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-08-31 Thread ayaka
On 08/31/2016 08:30 PM, Andrzej Hajda wrote: Hi, On 08/30/2016 12:50 AM, Randy Li wrote: It is actually a lvds panel connected through a rga-lvds bridge. But I really have no idea about what does a port mean in fimd node. Also how should I configure this panel size? I think the i2c found

Re: [PATCH RFC] ARM: dts: samsung: add rga-lvds panel in itop elite

2016-08-31 Thread ayaka
On 08/31/2016 08:30 PM, Andrzej Hajda wrote: Hi, On 08/30/2016 12:50 AM, Randy Li wrote: It is actually a lvds panel connected through a rga-lvds bridge. But I really have no idea about what does a port mean in fimd node. Also how should I configure this panel size? I think the i2c found

  1   2   >