First  |  Prev |  Next  |  Last
Pages: 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829
gpio: introduce f71808e_gpio driver for F71808E Super I/O chip.
If so as it8761e_gpio must be moved to drivers/mfd too. On 06/30/2010 07:37 PM, David Brownell wrote: My first reaction is that this whole chip, including its GPIO support, would best live in drivers/mfd like various other multi-function devices. I'm trying to avoid cluttering drivers/gpio with fragm... 1 Jul 2010 06:40
[PATCH] t7l66xb: properly free clk32k clock source
This patch includes below fixes to properly free clk32k clock source: 1. remove a redundant clk_put in t7l66xb_probe error path 2. add missing clk_disable(t7l66xb->clk32k) and clk_put(t7l66xb->clk32k) to properly free the clock source. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/mfd/t7l66xb.c |... 1 Jul 2010 06:40
[PATCH/RFC 2/2] USB: gadget: g_experimantal: Experimental Composite Gadget
A new composite gadget introduced: Experimental Composite Gadget. It is intended for developing new features and testing different configuration and not for production use (unless you want to). It uses the same vendor and product ID as g_multi since in default configuration it is identical to g_multi. After cust... 1 Jul 2010 05:36
AT91: Correct configuration define value
On Thu, Jul 01, 2010 at 10:55:45AM +0200, Nicolas Ferre wrote: The MTD nand driver for Atmel chips is atmel_nand and not at91_nand anymore. Change wrong configuration variables that were remaining. Acked-by: Kirill A. Shutemov <kirill(a)shutemov.name> Reported-by: Christoph Egger <siccegge(a)cs.fau.de> Si... 1 Jul 2010 05:36
[PATCH 2/2] USB: gadget: mass/file storage: set serial number
This commit adds iSerialNumber to all gadgets that use the Mass Storage Function. It appears that Windows has problems when it is not set. Not to copy the same code all over again, a fsg_string_serial_fill() macro has been added to the storage_common.c file which is now also used in the File Storage Gadget. ... 1 Jul 2010 05:36
[PATCH] USB: gadget: storage_common: comments updated
Updated comment to describe why printing macros are needed even thought they are copied form the composite.h. Also, made multiline comments follow the coding standard. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> --- The macros made me, the creator of the storage_common.c, wonder if they are req... 1 Jul 2010 05:36
Removing dead SDMA_IRAM
On Wed, Jun 30, 2010 at 05:58:25PM +0200, Christoph Egger wrote: SDMA_IRAM doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Acked-by: Sascha Hauer <s.hauer(a)pengutronix.de> --- arch/arm/plat-mxc/include... 1 Jul 2010 05:36
[BUGFIX 2/2] ACPI, APEI, Rename CPER and GHES severity constants
The abbreviation of severity should be SEV instead of SER, so the CPER severity constants are renamed accordingly. GHES severity constants are renamed in the same way too. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- arch/x86/kernel/cpu/mcheck/mce-apei.c | 4 ++-- drivers/acpi/apei/ghes.c ... 1 Jul 2010 04:31
[BUGFIX 1/2] ACPI, APEI, Fix a typo of error path of apei_resources_request
Fix a typo of error path of apei_resources_request. release_mem_region and release_region should be interchange. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- drivers/acpi/apei/apei-base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/acpi/apei/apei-base.c +++ b/drivers/a... 1 Jul 2010 04:31
[BUGFIX 0/2] ACPI, APEI, Fix two bugs of APEI implementation
Fix two bugs of APEI implementaiton. [BUGFIX 1/2] ACPI, APEI, Fix a typo of error path of apei_resources_request [BUGFIX 2/2] ACPI, APEI, Rename CPER and GHES severity constants -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More ... 1 Jul 2010 04:31
First  |  Prev |  Next  |  Last
Pages: 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829