Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-20 Thread Arjen de Korte
Citeren Arjen de Korte : Citeren Kevin Darbyshire-Bryant : On 17 Dec 2017, at 17:22, Etienne Haarsma wrote: uint8_t *oob = ops->oobbuf; uint8_t *buf = ops->datbuf; -@@ -2662,7 +2697,7 @@ err_out: - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len, -

Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-20 Thread Arjen de Korte
Citeren Kevin Darbyshire-Bryant : On 17 Dec 2017, at 17:22, Etienne Haarsma wrote: uint8_t *oob = ops->oobbuf; uint8_t *buf = ops->datbuf; -@@ -2662,7 +2697,7 @@ err_out: - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len, - size

Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-20 Thread Paul Oranje
Is the declared and initialized variable chipnr used otherwise ? (seen since 4.4.104) If not, how would that make a difference ? Regards, Paul > Op 19 dec. 2017, om 23:26 heeft Hauke Mehrtens het > volgende geschreven: > > On 12/17/2017 06:56 PM, Kevin Darbyshire-Bryant wrote: >> >> >>> On

Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-19 Thread Hauke Mehrtens
On 12/17/2017 06:56 PM, Kevin Darbyshire-Bryant wrote: > > >> On 17 Dec 2017, at 17:22, Etienne Haarsma wrote: >> >> uint8_t *oob = ops->oobbuf; >> uint8_t *buf = ops->datbuf; >> -@@ -2662,7 +2697,7 @@ err_out: >> - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t le

Re: [LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-17 Thread Kevin Darbyshire-Bryant
> On 17 Dec 2017, at 17:22, Etienne Haarsma wrote: > > uint8_t *oob = ops->oobbuf; > uint8_t *buf = ops->datbuf; > -@@ -2662,7 +2697,7 @@ err_out: > - static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len, > - size_t *retlen, const uint8_t *

[LEDE-DEV] [PATCH v3] kernel: bump 4.4 to 4.4.106 for 17.01

2017-12-17 Thread Etienne Haarsma
Refreshed all patches. Made the following patch for Mediatek and Oxnas compatible with kernel 4.4.106: 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma --- include/kernel-version.mk | 4 +- .