[PATCH] dt-bindings: hwmon: Correct vendor for mcp980x

2020-07-03 Thread Daniel M. Weeks
Signed-off-by: Daniel M. Weeks --- Documentation/devicetree/bindings/hwmon/lm75.txt | 2 +- drivers/hwmon/lm75.c | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/hwmon/lm75.txt b/Documentation/devicetree

[PATCH] i2c: piix4: Continue probing for auxiliary SMBus without main

2014-07-11 Thread Daniel M. Weeks
Some BIOS may only allow access to the AMD auxiliary SMBus - reserving the main SMBus for system functions only. Probing should continue even if the main bus is not available so at least the auxiliary can be added. Signed-off-by: Daniel M. Weeks --- This patch may warrant some discussion. I ran

[PATCH] i2c: piix4: Continue probing for auxiliary SMBus without main

2014-07-11 Thread Daniel M. Weeks
Some BIOS may only allow access to the AMD auxiliary SMBus - reserving the main SMBus for system functions only. Probing should continue even if the main bus is not available so at least the auxiliary can be added. Signed-off-by: Daniel M. Weeks d...@danweeks.net --- This patch may warrant some

[PATCH] initramfs: Debug detected compression method

2014-02-15 Thread Daniel M. Weeks
[1]); + for (cf = compressed_formats; cf->name; cf++) { if (!memcmp(inbuf, cf->magic, 2)) break; -- Daniel M. Weeks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.

[PATCH] Fix flags for initramfs LZ4 compression

2014-02-15 Thread Daniel M. Weeks
initramfs is junk. Signed-off-by: Daniel M. Weeks --- scripts/gen_initramfs_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index ef47409..17fa901 100644 --- a/scripts/gen_initramfs_list.sh +++ b/scripts

[PATCH] Fix flags for initramfs LZ4 compression

2014-02-15 Thread Daniel M. Weeks
initramfs is junk. Signed-off-by: Daniel M. Weeks d...@danweeks.net --- scripts/gen_initramfs_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_initramfs_list.sh b/scripts/gen_initramfs_list.sh index ef47409..17fa901 100644 --- a/scripts/gen_initramfs_list.sh

[PATCH] initramfs: Debug detected compression method

2014-02-15 Thread Daniel M. Weeks
: %#.2x %#.2x\n, inbuf[0], inbuf[1]); + for (cf = compressed_formats; cf-name; cf++) { if (!memcmp(inbuf, cf-magic, 2)) break; -- Daniel M. Weeks -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[PATCH] gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-07-18 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks --- drivers/gpio/gpio-mcp23s08.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 6a4470b..87ed6bf 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b/drivers/gpio/gpio

[PATCH] gpio-mcp23s08: i2c: auto-select base if no DT match or platform data

2013-07-18 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks d...@danweeks.net --- drivers/gpio/gpio-mcp23s08.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 6a4470b..87ed6bf 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b

[PATCHv2] gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m

2012-11-06 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks --- v2: use IS_ENABLED macro drivers/gpio/gpio-mcp23s08.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 0f42518..ce1c847 100644 --- a/drivers/gpio/gpio-mcp23s08.c

[PATCHv2] gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m

2012-11-06 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks d...@danweeks.net --- v2: use IS_ENABLED macro drivers/gpio/gpio-mcp23s08.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 0f42518..ce1c847 100644 --- a/drivers/gpio

[PATCH] gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m

2012-11-01 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks --- drivers/gpio/gpio-mcp23s08.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 0f42518..0f58d0f 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b/drivers/gpio/gpio

[PATCH] gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m

2012-11-01 Thread Daniel M. Weeks
. Signed-off-by: Daniel M. Weeks d...@danweeks.net --- drivers/gpio/gpio-mcp23s08.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 0f42518..0f58d0f 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b