Re: Freescale network device not activated on mpc8360 (kmeter1 board)

2020-01-07 Thread Heiner Kallweit
ou describe the symptoms of the issue? > > commit 124eee3f6955f7aa19b9e6ff5c9b6d37cb3d1e2c > Author: Heiner Kallweit > Date: Tue Sep 18 21:55:36 2018 +0200 > > net: linkwatch: add check for netdevice being present to linkwatch_do_dev > > Based on my observations, ju

Re: Freescale network device not activated on mpc8360 (kmeter1 board)

2020-01-08 Thread Heiner Kallweit
he host. > >>> >>> commit 124eee3f6955f7aa19b9e6ff5c9b6d37cb3d1e2c >>> Author: Heiner Kallweit >>> Date: Tue Sep 18 21:55:36 2018 +0200 >>> >>> net: linkwatch: add check for netdevice being present to >>> linkwatch_do_de

[PATCH net-next] net: convert suitable drivers to use phy_do_ioctl_running

2020-01-21 Thread Heiner Kallweit
Convert suitable drivers to use new helper phy_do_ioctl_running. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/allwinner/sun4i-emac.c| 15 +-- drivers/net/ethernet/amd/au1000_eth.c | 13 + drivers/net/ethernet/arc/emac_main.c | 14

[PATCH v2 net-next] net: convert suitable drivers to use phy_do_ioctl_running

2020-01-21 Thread Heiner Kallweit
Convert suitable drivers to use new helper phy_do_ioctl_running. Signed-off-by: Heiner Kallweit --- v2: I forgot the netdev mailing list --- drivers/net/ethernet/allwinner/sun4i-emac.c| 15 +-- drivers/net/ethernet/amd/au1000_eth.c | 13 + drivers/net

Re: [PATCH v2 net-next] net: convert suitable drivers to use phy_do_ioctl_running

2020-01-21 Thread Heiner Kallweit
On 22.01.2020 05:04, Florian Fainelli wrote: > > > On 1/21/2020 1:09 PM, Heiner Kallweit wrote: >> Convert suitable drivers to use new helper phy_do_ioctl_running. >> >> Signed-off-by: Heiner Kallweit > The vast majority of drivers that you are converting

[PATCH 03/10] drivers/i2c/busses/i2c-pasemi-pci.c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON

2023-11-18 Thread Heiner Kallweit
ing rid of I2C_CLASS_SPD mid-term. Series was created supported by Coccinelle and its splitpatch. Signed-off-by: Heiner Kallweit --- drivers/i2c/busses/i2c-pasemi-pci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-pasemi-pci.c b/drivers/i2c/

[PATCH 00/10] Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON

2023-11-18 Thread Heiner Kallweit
ing rid of I2C_CLASS_SPD mid-term. Series was created supported by Coccinelle and its splitpatch. Signed-off-by: Heiner Kallweit --- drivers/i2c/busses/i2c-ali1535.c |2 +- drivers/i2c/busses/i2c-ali1563.c |2 +- drivers/i2c/busses/i2c

[PATCH v2 00/10] Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON

2023-11-24 Thread Heiner Kallweit
ing rid of I2C_CLASS_SPD mid-term. Series was created supported by Coccinelle and its splitpatch. v2: - fix style issue in patch 4 - add ack in patch 2 - set proper subject prefix for all patches Signed-off-by: Heiner Kallweit --- drivers/i2c/busses/i2c-ali1535.c |2 +- d

[PATCH v2 03/10] i2c: pasemi: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON

2023-11-24 Thread Heiner Kallweit
ing rid of I2C_CLASS_SPD mid-term. Series was created supported by Coccinelle and its splitpatch. Signed-off-by: Heiner Kallweit --- drivers/i2c/busses/i2c-pasemi-pci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-pasemi-pci.c b/drivers/i2c/

Re: [PATCH v2 00/10] Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON

2023-12-16 Thread Heiner Kallweit
On 24.11.2023 11:16, Heiner Kallweit wrote: > After removal of the legacy eeprom driver the only remaining I2C > client device driver supporting I2C_CLASS_SPD is jc42. Because this > driver also supports I2C_CLASS_HWMON, adapters don't have to > declare support for I2C_CLASS_SP

Re: fsl_espi errors on v5.7.15

2020-09-01 Thread Heiner Kallweit
On 01.09.2020 04:52, Chris Packham wrote: > > On 1/09/20 12:33 am, Heiner Kallweit wrote: >> On 30.08.2020 23:59, Chris Packham wrote: >>> On 31/08/20 9:41 am, Heiner Kallweit wrote: >>>> On 30.08.2020 23:00, Chris Packham wrote: >>>>> On 31/08/20

Re: fsl_espi errors on v5.7.15

2020-09-05 Thread Heiner Kallweit
On Fri 4. Sep 2020 at 01:58, Chris Packham < chris.pack...@alliedtelesis.co.nz> wrote: > > > On 1/09/20 6:14 pm, Nicholas Piggin wrote: > > > Excerpts from Chris Packham's message of September 1, 2020 11:25 am: > > >> On 1/09/20 12:33 am, Heiner Kallweit

Re: [PATCH] spi: fsl-espi: Only process interrupts for expected events

2020-09-23 Thread Heiner Kallweit
On 04.09.2020 02:28, Chris Packham wrote: > The SPIE register contains counts for the TX FIFO so any time the irq > handler was invoked we would attempt to process the RX/TX fifos. Use the > SPIM value to mask the events so that we only process interrupts that > were expected. > > This was a laten

Re: fsl_espi errors on v5.7.15

2020-08-13 Thread Heiner Kallweit
On 14.08.2020 04:48, Chris Packham wrote: > Hi, > > I'm seeing a problem with accessing spi-nor after upgrading a T2081 > based system to linux v5.7.15 > > For this board u-boot and the u-boot environment live on spi-nor. > > When I use fw_setenv from userspace I get the following kernel logs >

Re: fsl_espi errors on v5.7.15

2020-08-18 Thread Heiner Kallweit
On 19.08.2020 00:44, Chris Packham wrote: > Hi Again, > > On 17/08/20 9:09 am, Chris Packham wrote: > >> >> On 14/08/20 6:19 pm, Heiner Kallweit wrote: >>> On 14.08.2020 04:48, Chris Packham wrote: >>>> Hi, >>>> >>>> I'm

Re: fsl_espi errors on v5.7.15

2020-08-25 Thread Heiner Kallweit
On 25.08.2020 05:54, Chris Packham wrote: > > On 25/08/20 10:04 am, Chris Packham wrote: >> >> On 20/08/20 9:08 am, Chris Packham wrote: >>> >>> On 19/08/20 6:15 pm, Heiner Kallweit wrote: >>>> On 19.08.2020 00:44, Chris Packham wrote: >&g

Re: fsl_espi errors on v5.7.15

2020-08-25 Thread Heiner Kallweit
On 26.08.2020 08:07, Chris Packham wrote: > > On 26/08/20 1:48 pm, Chris Packham wrote: >> >> On 26/08/20 10:22 am, Chris Packham wrote: >>> On 25/08/20 7:22 pm, Heiner Kallweit wrote: >>> >>> >>>> I've been staring at spi-fsl-espi

Re: fsl_espi errors on v5.7.15

2020-08-30 Thread Heiner Kallweit
Chris Packham wrote: >>>>> On 26/08/20 1:48 pm, Chris Packham wrote: >>>>>> On 26/08/20 10:22 am, Chris Packham wrote: >>>>>>> On 25/08/20 7:22 pm, Heiner Kallweit wrote: >>>>>>> >>>>>>> >>>>

Re: fsl_espi errors on v5.7.15

2020-08-30 Thread Heiner Kallweit
On 30.08.2020 23:00, Chris Packham wrote: > > On 31/08/20 12:30 am, Nicholas Piggin wrote: >> Excerpts from Chris Packham's message of August 28, 2020 8:07 am: > > > >>> I've also now seen the RX FIFO not empty error on the T2080RDB >>> >>> fsl_espi ffe11.spi: Transfer done but

Re: fsl_espi errors on v5.7.15

2020-08-31 Thread Heiner Kallweit
On 30.08.2020 23:59, Chris Packham wrote: > > On 31/08/20 9:41 am, Heiner Kallweit wrote: >> On 30.08.2020 23:00, Chris Packham wrote: >>> On 31/08/20 12:30 am, Nicholas Piggin wrote: >>>> Excerpts from Chris Packham's message of August 28, 2020 8:07 am: >

Re: [net-next][bisected da41788] modules fails to build drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c:12199

2021-08-22 Thread Heiner Kallweit
~~~ > pci_vpd_find_info_keyword >   CC [M]  net/netfilter/xt_SECMARK.o >   CC [M]  net/netfilter/xt_TPROXY.o >   CC [M]  net/mac80211/driver-ops.o > > > The recent changes to the code causing build fail is > > commit da417885a99d36036cc7d2778f94b846e658243

Commit 1b7898ee276b "powerpc/boot: Use the pre-boot decompression API" breaks boot

2016-10-07 Thread Heiner Kallweit
This commit results in boot stopping after the following messages. Any additional information I could provide? U-Boot 2010.12-svn19826 (Apr 24 2013 - 20:01:21) CPU: P1014, Version: 1.0, (0x80f10110) Core: E500, Version: 5.1, (0x80212151) Clock Configuration: CPU0:800 MHz, CCB:4

Re: Commit 1b7898ee276b "powerpc/boot: Use the pre-boot decompression API" breaks boot

2016-10-08 Thread Heiner Kallweit
Am 07.10.2016 um 21:26 schrieb Heiner Kallweit: > Am 07.10.2016 um 07:51 schrieb Oliver O'Halloran: >> Hi, Heiner >> >> Could you send me a copy of the kernel .config (or which defconfig) >> that you're using, the name of the HW platform that you're using

Re: Commit 1b7898ee276b "powerpc/boot: Use the pre-boot decompression API" breaks boot

2016-10-09 Thread Heiner Kallweit
Am 10.10.2016 um 06:41 schrieb Michael Ellerman: > Heiner Kallweit writes: > >> Am 07.10.2016 um 21:26 schrieb Heiner Kallweit: >>> Am 07.10.2016 um 07:51 schrieb Oliver O'Halloran: >>>> Hi, Heiner >>>> >>>> Could you send me a co

Re: Commit 1b7898ee276b "powerpc/boot: Use the pre-boot decompression API" breaks boot

2016-10-10 Thread Heiner Kallweit
Am 10.10.2016 um 08:10 schrieb Heiner Kallweit: > Am 10.10.2016 um 06:41 schrieb Michael Ellerman: >> Heiner Kallweit writes: >> >>> Am 07.10.2016 um 21:26 schrieb Heiner Kallweit: >>>> Am 07.10.2016 um 07:51 schrieb Oliver O'Halloran: >>>>>

Re: Commit 1b7898ee276b "powerpc/boot: Use the pre-boot decompression API" breaks boot

2016-10-12 Thread Heiner Kallweit
Am 12.10.2016 um 06:26 schrieb Oliver O'Halloran: > On Tue, Oct 11, 2016 at 7:06 AM, Heiner Kallweit wrote: >>> IMHO in case of using cuboot no CONFIG_KERNEL_ config option >>> should be set and Makefile + code in arch/powerpc/boot should be able >>> to deal wi

[PATCH] powerpc/boot: fix boot on systems with uncompressed kernel image

2016-10-12 Thread Heiner Kallweit
t;) Signed-off-by: Heiner Kallweit --- arch/powerpc/boot/main.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index f7a184b..57d42d1 100644 --- a/arch/powerpc/boot/main.c +++ b/arch/powerpc/boot/main.

[PATCH 1/3] powerpc/fsl_soc: improve and simplify fsl_get_sys_freq

2016-10-29 Thread Heiner Kallweit
Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of sysfreq into fsl_get_sys_freq because it's private to this function. Signed-off-by: Heiner Kallweit --- arch/powerpc/sysdev/fsl_soc.c | 14 -- 1 file chang

[PATCH 2/3] powerpc/fsl_soc: improve and simplify get_brgfreq

2016-10-29 Thread Heiner Kallweit
Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of brgfreq into get_brgfreq because it's private to this function. Signed-off-by: Heiner Kallweit --- arch/powerpc/sysdev/fsl_soc.c | 24 +++- 1

[PATCH 3/3] powerpc/fsl_soc: improve and simplify get_baudrate

2016-10-29 Thread Heiner Kallweit
Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of fs_baudrate into get_baudrate because it's private to this function. Signed-off-by: Heiner Kallweit --- arch/powerpc/sysdev/fsl_soc.c | 10 ++ 1 file chang

[PATCH net-next] net: phy: remove unused PHY_INIT_TIMEOUT definitions

2025-02-08 Thread Heiner Kallweit
Both identical definitions of PHY_INIT_TIMEOUT aren't used, so remove them. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/freescale/ucc_geth.h | 1 - include/linux/phy.h | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/net/ethernet/free

Re: [PATCH net-next] net: phy: remove unused PHY_INIT_TIMEOUT definitions

2025-02-09 Thread Heiner Kallweit
On 09.02.2025 10:28, Christophe Leroy wrote: > > > Le 08/02/2025 à 22:14, Heiner Kallweit a écrit : >> Both identical definitions of PHY_INIT_TIMEOUT aren't used, >> so remove them. > > Would be good to say when it stopped being used, ie which commit or commits

[PATCH net-next] net: freescale: ucc_geth: remove unused PHY_INIT_TIMEOUT and PHY_CHANGE_TIME

2025-02-09 Thread Heiner Kallweit
Both definitions are unused. Last users have been removed with: 1577ecef7666 ("netdev: Merge UCC and gianfar MDIO bus drivers") 728de4c927a3 ("ucc_geth: migrate ucc_geth to phylib") Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/freescale/ucc_geth.h | 2 -- 1 file