Re: [PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-07-17 Thread Wim Van Sebroeck
Hi Enric, > The I2C core removes the manufacturer prefix from the compatible field > so it reports to user-space the uevent i2c:rave-wdt, but this doesn't > match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not > autoloaded. Correct the I2C device id to match with the reported

Re: [PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-07-17 Thread Wim Van Sebroeck
Hi Enric, > The I2C core removes the manufacturer prefix from the compatible field > so it reports to user-space the uevent i2c:rave-wdt, but this doesn't > match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not > autoloaded. Correct the I2C device id to match with the reported

[RESEND PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-07-09 Thread Enric Balletbo i Serra
The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C device id to match with the reported uevent and fix the

[RESEND PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-07-09 Thread Enric Balletbo i Serra
The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C device id to match with the reported uevent and fix the

Re: [PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-06-17 Thread Guenter Roeck
On 06/17/2016 03:52 AM, Enric Balletbo i Serra wrote: The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C

Re: [PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-06-17 Thread Guenter Roeck
On 06/17/2016 03:52 AM, Enric Balletbo i Serra wrote: The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C

[PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-06-17 Thread Enric Balletbo i Serra
The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C device id to match with the reported uevent and fix the

[PATCH 1/2] watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.

2016-06-17 Thread Enric Balletbo i Serra
The I2C core removes the manufacturer prefix from the compatible field so it reports to user-space the uevent i2c:rave-wdt, but this doesn't match with the i2c_device_id (i2c:ziirave-wdt) array so the module is not autoloaded. Correct the I2C device id to match with the reported uevent and fix the