Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
gpio: max7300: Fix trivial typo in Kconfig help text
|
| |
max7301 is controlled through SPI interface which means another driver.
Signed-off-by: Axel Lin <axel....@ingics.com>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 6575d77..4e0884a 100644
--- a/drivers/gpio/Kconfig... more »
|
|
pinctrl: Don't override the error code in probe error handling
|
| |
Otherwise, we return 0 in probe error paths when gpiochip_remove() returns 0.
Also show error message if gpiochip_remove() fails.
Signed-off-by: Axel Lin <axel....@ingics.com>
Cc: Linus Walleij <linus.wall...@stericsson.com>
Cc: Maxime Ripard <maxime.rip...@free-electrons. com>
Cc: Tony Prisk <li...@prisktech.co.nz>... more »
|
|
pwm: renesas-tpu: Add missing pwmchip_remove() call in tpu_remove()
|
| |
Signed-off-by: Axel Lin <axel....@ingics.com>
---
drivers/pwm/pwm-renesas-tpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/pwm-renesas-tpu. c b/drivers/pwm/pwm-renesas-tpu. c
index 8e6d8d7..351addd 100644
--- a/drivers/pwm/pwm-renesas-tpu. c
+++ b/drivers/pwm/pwm-renesas-tpu. c... more »
|
|
new mount is broken w/regard to devnames in /etc/fstab
|
| |
There are 2 problems -- they are unlikely to be
directly related, but are in so much as they are in the new version
of mount.
1) How is one supposed to get the real root device?
It's not /dev/root -- and on my system /dev/root doesn't even exist.
(though to be fair, it has in the past -- udev musta got sloppy this time,... more »
|
|
ACPI / scan: Add second pass of companion offlining to hot-remove code
|
| |
...
As indicated by comments in mm/memory_hotplug.c:remove_mem ory(),
if CONFIG_MEMCG is set, it may not be possible to offline all of the
memory blocks held by one module (FRU) in one pass (because one of
them may be used by the others to store page cgroup in that case
and that block has to be offlined before the other ones).... more »
|
|
of: irq: Pass trigger type in IRQ resource flags
|
| |
Some drivers might rely on availability of trigger flags in IRQ
resource, for example to configure the hardware for particular interrupt
type. However current code creating IRQ resources from data in device
tree does not configure trigger flags in resulting resources.
This patch solves the problem, based on the fact that... more »
|
|
ThunderLAN: remove is_eisa flag
|
| |
These 2 places are the only matches for is_eisa in the whole tree.
Signed-off-by: Rolf Eike Beer <eike-ker...@sf-tec.de>
---
drivers/net/ethernet/ti/tlan.c | 1 -
drivers/net/ethernet/ti/tlan.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/ti/tlan .c b/drivers/net/ethernet/ti/tlan .c... more »
|
|
Backports based on v3.10-rc1 released
|
| |
As announced on the list the compat-drivers project was renamed to
backports [0] and uses now only one new tree for development [1]. Due
to the huge amount of changes we've been behind on linux-next daily
snapshots but we've now caught up with Linus so a release based on
v3.10-rc1 is due and is now available [2]. Please test ! There are... more »
|
|
compat-drivers renamed to backports
|
| |
Folks as you may already know compat-drivers was renamed to backports
to avoid any confusion with the in-kernel compat code that deals with
32/64 bit compat work and due to some huge amount of changes that went
into the project recently thanks mainly to Johannes. The new tree is
available here:... more »
|
|
|