Re: [linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-26 Thread m . silentcreek
Hi, Am Donnerstag, 25. Februar 2016 14:03:52 UTC+1 schrieb clabbe.montjoie: > On Thu, Feb 25, 2016 at 04:20:23AM -0800, txsanyix wrote: > > 2016. február 17., szerda 18:16:09 UTC+1 időpontban txsa...@gmail.com a > > következőt írta: > > > Hi > > > > > > I have a Cubieboard2 device, is Allwinner

[linux-sunxi] Re: [PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-02-26 Thread Boris Brezillon
Hi Stephan, On Fri, 26 Feb 2016 11:43:46 -0800 Stefan Agner wrote: > Hi Boris, > > On 2016-02-25 16:57, Boris Brezillon wrote: > > Implementing the mtd_ooblayout_ops interface is the new way of exposing > > ECC/OOB layout to MTD users. > > > > Signed-off-by: Boris Brezillon

[linux-sunxi] Re: [PATCH v3 48/52] mtd: nand: vf610: switch to mtd_ooblayout_ops

2016-02-26 Thread Stefan Agner
Hi Boris, On 2016-02-25 16:57, Boris Brezillon wrote: > Implementing the mtd_ooblayout_ops interface is the new way of exposing > ECC/OOB layout to MTD users. > > Signed-off-by: Boris Brezillon > --- > drivers/mtd/nand/vf610_nfc.c | 34

[linux-sunxi] Re: [PATCH v2] ARM: dts: sun8i: Add leds and switch on Orangepi Plus boards

2016-02-26 Thread Maxime Ripard
On Thu, Feb 25, 2016 at 09:42:35PM +0100, Krzysztof Adamski wrote: > OrangePi Plus board has dwo leds - green ("pwr") and red ("status") > and a switch ("sw4"). This patch describes them in a devicetree. > > Signed-off-by: Krzysztof Adamski Applied (with a minor change to the

[linux-sunxi] Re: [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate

2016-02-26 Thread Boris Brezillon
Hi Harvey, On Fri, 26 Feb 2016 15:17:28 + Harvey Hunt wrote: > Hi Boris, > > On 26/02/16 15:10, Boris Brezillon wrote: > > Hi Harvey, > > > > On Fri, 26 Feb 2016 14:35:08 + > > Harvey Hunt wrote: > > > >> [...] > >> I'll look into this

[linux-sunxi] Re: [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate

2016-02-26 Thread Harvey Hunt
Hi Boris, On 26/02/16 15:10, Boris Brezillon wrote: Hi Harvey, On Fri, 26 Feb 2016 14:35:08 + Harvey Hunt wrote: [...] I'll look into this more later today, but wanted to run it by you in case you have any thoughts. Can you apply this patch [1], and let me know

[linux-sunxi] Re: [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate

2016-02-26 Thread Boris Brezillon
Hi Harvey, On Fri, 26 Feb 2016 14:35:08 + Harvey Hunt wrote: > Hi Boris, > > On 26/02/16 00:57, Boris Brezillon wrote: > > The mtd_ooblayout_xxx() helper functions have been added to avoid direct > > accesses to the ecclayout field, and thus ease for future reworks.

[linux-sunxi] Re: [PATCH v3 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate

2016-02-26 Thread Harvey Hunt
Hi Boris, On 26/02/16 00:57, Boris Brezillon wrote: The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these helpers in all places where the oobfree[] and eccpos[] arrays where directly accessed.

Re: [linux-sunxi] Are there any HDMI-CEC related information for A10/A20 available?

2016-02-26 Thread dk . ururu
пятница, 3 октября 2014 г., 21:12:33 UTC+3 пользователь Christian Ege написал: > Hi, > > Am 03.10.2014 um 09:56 schrieb Vladimir Komendantskiy: > > > > > The Allwinner SoCs that have an HDMI pin, also have > a memory-mapped HDMI-CEC register located at HDMI base >

[linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-26 Thread txsanyix
First i've copied two 1.5-1.8 gbyte files on the luks test microSD, with samba, then see the checksums: cubie@cubieboard2:~$ sha1sum "/mnt/lukstest/dvdmasol.iso" af645bcb47a0c6ab41e3c95a380fa839394a2dc9 /mnt/lukstest/dvdmasol.iso cubie@cubieboard2:~$ sha1sum "/mnt/lukstest/xpeee.vdi"

[linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-26 Thread Juan Jesús García de Soria Lucena
Just in the interest of discarding the possibility... Is your power source stable enough? Did you try with a different one? -- 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

[linux-sunxi] Re: random decryption errors with sun4i-ss on dm-crypt

2016-02-26 Thread Juan Jesús García de Soria Lucena
Just in the interest of discarding the possibility... Is your power source stable enough? Did you try with a different one? -- 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

Re: [linux-sunxi] Re: [PATCH v2] ARM: dts: sun8i: Add leds and switch on Orangepi Plus boards

2016-02-26 Thread Krzysztof Adamski
On Fri, Feb 26, 2016 at 06:54:29AM +0800, kbuild test robot wrote: Hi Krzysztof, [auto build test ERROR on robh/for-next] [also build test ERROR on v4.5-rc5 next-20160225] I posted this patch to early. Patches it depends on are only avaiable in next-20160226, not 25. It went through Maximes