Page 1 of 5

Kernel 4.18

Posted: Mon May 14, 2018 5:26 pm
by xeno74
Preliminary information for the kernel 4.18:

Code: Select all

Because it looks neater.

Signed-off-by: Peter Rosin <peda@axentia.se>
---
 drivers/i2c/busses/i2c-pasemi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-pasemi.c b/drivers/i2c/busses/i2c-pasemi.c
index df1dbc92a024..55fd5c6f3cca 100644
--- a/drivers/i2c/busses/i2c-pasemi.c
+++ b/drivers/i2c/busses/i2c-pasemi.c
@@ -121,7 +121,7 @@ static int pasemi_i2c_xfer_msg(struct i2c_adapter *adapter,
 
 	read = msg->flags & I2C_M_RD ? 1 : 0;
 
-	TXFIFO_WR(smbus, MTXFIFO_START | (msg->addr << 1) | read);
+	TXFIFO_WR(smbus, MTXFIFO_START | i2c_8bit_addr_from_msg(msg));
 
 	if (read) {
 		TXFIFO_WR(smbus, msg->len | MTXFIFO_READ |
-- 
2.11.0

Re: Kernel 4.18

Posted: Mon Jun 04, 2018 7:22 pm
by xeno74

Re: Kernel 4.18

Posted: Tue Jun 05, 2018 11:14 pm
by xeno74
Hi All,

The first alpha of kernel 4.18 is available for the X5000, X1000, and for virtual e5500 QEMU machines.

New:
Download: vmlinux-4.18-alpha1-AmigaOne_X1000_X5000.tar.gz

Image

Please test the alpha1.

Thanks,
Christian

Re: Kernel 4.18

Posted: Thu Jun 07, 2018 2:02 pm
by xeno74
Hi All,

Here is the alpha2 of kernel 4.18 for testing.

New:
Download: vmlinux-4.18-alpha2-AmigaOne_X1000_X5000.tar.gz

Screenshot of ubuntu MATE 16.04.4 LTS PowerPC with the alpha2 of kernel 4.18:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.18

Posted: Fri Jun 08, 2018 7:25 am
by xeno74
I cross compiled the alphas so please test them because I don’t know if these boot and work on your X1000.

Thanks

Re: Kernel 4.18

Posted: Fri Jun 08, 2018 6:43 pm
by xeno74
Hi All,

I compiled the alpha3 of kernel 4.18 for testing today.

New:
Download: vmlinux-4.18-alpha3-AmigaOne_X1000_X5000.tar.gz

Screenshot of Fedora 27 Server PPC64 with the alpha3 of kernel 4.18:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.18

Posted: Sat Jun 09, 2018 2:50 am
by tbreeden
:!: No problems with 4.18-alpha3 on my X1000.

tom
Screenshot from 2018-06-08 21-47-17.png

Re: Kernel 4.18

Posted: Sat Jun 09, 2018 6:21 am
by xeno74
tbreeden wrote::!: No problems with 4.18-alpha3 on my X1000.

tom
Many thanks for testing! :-)

Re: Kernel 4.18

Posted: Sun Jun 10, 2018 8:04 am
by xeno74
Hi All,

I released the alpha4 of kernel 4.18 for testing today.

New:
Download: vmlinux-4.18-alpha4-AmigaOne_X1000_X5000.tar.gz

Please test it.

Thanks,
Christian

Re: Kernel 4.18

Posted: Tue Jun 12, 2018 8:54 am
by xeno74
Hi All,

I compiled the alpha5 of kernel 4.18 for testing today.

New:
Download: vmlinux-4.18-alpha5-AmigaOne_X1000_X5000.tar.gz

Screenshot of ubuntu MATE 16.04.3 LTS PowerPC with the alpha5 of kernel 4.18 in a virtual e5500 QEMU PPC64 machine:

Image

Please test it.

Thanks,
Christian