login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
February
»
18
Re: [PATCH v2 1/3] MFD: introduce lpc_sch for Intel SCH LPC bridge
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Randy Dunlap
Subject:
Re: [PATCH v2 1/3] MFD: introduce lpc_sch for Intel SCH LPC bridge
Date: Thursday, February 18, 2010 - 10:45 am
On 02/18/10 09:42, Denis Turischev wrote:
quoted text
> Intel Poulsbo (SCH) chipset LPC bridge controller contains several > functions. Creating and MFD driver for the LPC bridge controller allows > simultaneous use of SMBus and GPIO interfaces on the SCH. > > v2 version contains "select MFD_CORE" line. > > Signed-off-by: Denis Turischev <denis@compulab.co.il> > > diff -Nru linux-2.6.33-rc7.orig/drivers/mfd/Kconfig > linux-2.6.33-rc7/drivers/mfd/Kconfig > --- linux-2.6.33-rc7.orig/drivers/mfd/Kconfig 2010-02-07 > 00:17:12.000000000 +0200 > +++ linux-2.6.33-rc7/drivers/mfd/Kconfig 2010-02-18 > 19:32:01.000000000 +0200 > @@ -348,6 +348,15 @@ > read/write functions for the devices to get access to this chip. > This chip embeds various other multimedia funtionalities as well. > > +config LPC_SCH > + tristate "Intel SCH LPC" > + default m
Please don't default random modules to be enabled/built. That could be done via defconfig .. if at all.
quoted text
> + depends on PCI > + select MFD_CORE > + help > + LPC bridge function of the Intel SCH provides support for > + System Management Bus and General Purpose I/O. > + > endmenu > > menu "Multimedia Capabilities Port drivers"
-- ~Randy --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/3] Add Intel SCH GPIO driver
, Denis Turischev
, (Thu Feb 11, 3:24 am)
[PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC bridge
, Denis Turischev
, (Thu Feb 11, 3:26 am)
[PATCH 2/3] i2c: convert i2c-isch to platform_device
, Denis Turischev
, (Thu Feb 11, 3:28 am)
[PATCH 3/3] gpio: add Intel SCH GPIO controller driver
, Denis Turischev
, (Thu Feb 11, 3:28 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Samuel Ortiz
, (Tue Feb 16, 3:08 am)
RE: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Pan, Jacob jun
, (Tue Feb 16, 6:59 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Jean Delvare
, (Tue Feb 16, 8:45 am)
RE: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Pan, Jacob jun
, (Tue Feb 16, 10:19 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Jean Delvare
, (Tue Feb 16, 10:29 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, David Brownell
, (Tue Feb 16, 12:57 pm)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Jean Delvare
, (Tue Feb 16, 2:49 pm)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Denis Turischev
, (Wed Feb 17, 3:03 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Jean Delvare
, (Wed Feb 17, 3:44 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Mike Rapoport
, (Wed Feb 17, 5:35 am)
Re: [PATCH 1/3] MFD: introduce lpc_sch for Intel SCH LPC b ...
, Samuel Ortiz
, (Wed Feb 17, 7:37 am)
[PATCH v2 3/3] gpio: add Intel SCH GPIO controller driver
, Denis Turischev
, (Wed Feb 17, 8:39 am)
[PATCH v2 2/3] i2c: convert i2c-isch to platform_device
, Denis Turischev
, (Wed Feb 17, 8:42 am)
[PATCH v2 1/3] MFD: introduce lpc_sch for Intel SCH LPC bridge
, Denis Turischev
, (Thu Feb 18, 10:42 am)
Re: [PATCH v2 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Randy Dunlap
, (Thu Feb 18, 10:45 am)
[PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LPC bridge
, Denis Turischev
, (Thu Feb 18, 11:01 am)
Re: [PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Randy Dunlap
, (Thu Feb 18, 11:08 am)
Re: [PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Samuel Ortiz
, (Fri Feb 19, 3:30 am)
Re: [PATCH v2 2/3] i2c: convert i2c-isch to platform_device
, Samuel Ortiz
, (Fri Feb 19, 3:33 am)
[PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Denis Turischev
, (Sun Feb 21, 5:46 am)
[PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Denis Turischev
, (Sun Feb 21, 5:50 am)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, David Brownell
, (Sun Feb 21, 12:12 pm)
Re: [PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Mike Rapoport
, (Tue Feb 23, 12:00 am)
Re: [PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Jean Delvare
, (Tue Feb 23, 1:12 am)
Re: [PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Samuel Ortiz
, (Tue Feb 23, 1:20 am)
Re: [PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Jean Delvare
, (Tue Feb 23, 1:24 am)
Re: [PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Jean Delvare
, (Tue Feb 23, 1:26 am)
Re: [PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Denis Turischev
, (Tue Feb 23, 2:25 am)
Re: [PATCH v3 1/3] MFD: introduce lpc_sch for Intel SCH LP ...
, Samuel Ortiz
, (Tue Feb 23, 2:41 am)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Mike Rapoport
, (Tue Feb 23, 11:49 pm)
Re: [PATCH v3 2/3] i2c: convert i2c-isch to platform_device
, Samuel Ortiz
, (Sun Feb 28, 12:00 pm)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Samuel Ortiz
, (Sun Feb 28, 12:01 pm)
[PATCH v4 2/3] i2c: convert i2c-isch to platform_device
, Denis Turischev
, (Mon Mar 1, 9:59 am)
[PATCH v4 3/3] gpio: add Intel SCH GPIO controller driver
, Denis Turischev
, (Mon Mar 1, 10:02 am)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Len Brown
, (Mon Mar 1, 11:09 am)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Alan Cox
, (Mon Mar 1, 12:50 pm)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Mike Rapoport
, (Mon Mar 1, 11:42 pm)
Re: [PATCH v3 3/3] gpio: add Intel SCH GPIO controller driver
, Denis Turischev
, (Tue Mar 2, 2:29 am)
Re: [PATCH v4 2/3] i2c: convert i2c-isch to platform_device
, Samuel Ortiz
, (Tue Mar 2, 3:06 am)
Re: [PATCH v4 3/3] gpio: add Intel SCH GPIO controller driver
, Samuel Ortiz
, (Tue Mar 2, 3:09 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Bill Fink
Re: [PATCH] net: add ability to clear stats via ethtool - e1000/pcnet32
Jeffrey V. Merkey
Re: Versioning file system
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Rafael J. Wysocki
Re: [PATCH] igb: fix kexec with igb
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluation
git
:
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Shawn O. Pearce
Re: Bugs in Gitosis
Harvey Harrison
Re: [SoC RFC] libsvn-fs-git: A git backend for the subversion filesystem
Alex Riesen
Re: git exclude patterns for directory
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Jack J. Woehr
Re: Real men don't attack straw men
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Tony Abernethy
Re: The Atheros story in much fewer words
Colocation donated by:
Syndicate