[linux-sunxi] Re: [PATCH v2 3/5] dt-bindings: vendor-prefixes: Add Topwise

2020-03-30 Thread Rob Herring
On Fri, 20 Mar 2020 12:21:34 +0100, Pascal Roeleven wrote: > Topwise Communication Co,. Ltd. is a company based in Shenzhen. They > manufacture all kind of products but seem to be focusing on POS nowadays. > > Signed-off-by: Pascal Roeleven > --- >

[linux-sunxi] Re: [PATCH v2 4/5] dt-bindings: arm: Add Topwise A721

2020-03-30 Thread Rob Herring
On Fri, 20 Mar 2020 12:21:35 +0100, Pascal Roeleven wrote: > Add the bindings for Topwise A721 tablet > > Signed-off-by: Pascal Roeleven > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 + > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring -- You received this

[linux-sunxi] Did anyone meet the panic with "Internal error: Oops: 17 [#1] PREEMPT SMP ARM"

2020-03-30 Thread Ярослав Корчевский
* got this log in the terminat window and system stopped* >> >> >> *orangepi@orangepi:~$ sudo ./bCam/utils_bin/installs/utils/bcam -led 2[ > 282.182669] Unable to handle kernel paging request at virtual address > 001000f >

[linux-sunxi] Re: [PATCH 2/2] dt-bindings: arm: sunxi: Add compatible for A20-OLinuXino-LIME-eMMC

2020-03-30 Thread Aeron r
> > Interesting :) (I posted an empty file, since messages somehow need attachments) -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[linux-sunxi] Re: [RFC PATCH 1/4] pwm: sun4i: Remove redundant needs_delay

2020-03-30 Thread Thierry Reding
On Tue, Mar 17, 2020 at 04:59:03PM +0100, Pascal Roeleven wrote: > 'needs_delay' does now always evaluate to true, so remove all > occurrences. > > Signed-off-by: Pascal Roeleven > --- > drivers/pwm/pwm-sun4i.c | 13 ++--- > 1 file changed, 2 insertions(+), 11 deletions(-) I've applied