Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
linux . kernel
This is a Usenet group - learn more
Find or start a Google Group about kernel.
Group info
Language: English
Group categories:
Computers > Operating Systems
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 266631  Older »
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 »
By Axel Lin  - 2:30am - 1 new of 1 message    

gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m 
  This patch fixes below build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m && CONFIG_GPIO_MCP23S08=y. LD init/built-in.o drivers/built-in.o: In function `mcp23017_write': clkdev.c:(.text+0x1e14): undefined reference to `i2c_smbus_write_word_data' drivers/built-in.o: In function `mcp23017_read':... more »
By Axel Lin  - 2:20am - 1 new of 1 message    

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 »
By Axel Lin  - 2:00am - 2 new of 2 messages    

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 »
By Axel Lin  - 1:50am - 1 new of 1 message    

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 »
By Linda Walsh  - 1:10am - 1 new of 1 message    

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 »
By Rafael J. Wysocki  - May 18 - 7 new of 7 messages    

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 »
By Tomasz Figa  - May 18 - 1 new of 1 message    

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 »
By Rolf Eike Beer  - May 18 - 1 new of 1 message    

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 »
By Luis R. Rodriguez  - May 18 - 1 new of 1 message    

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 »
By Luis R. Rodriguez  - May 18 - 1 new of 1 message    

1 - 10 of 266631   « Newer | Older »

XML