Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1568938 > unrolled thread
| Started by | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| First post | 2017-01-28 15:30 +0100 |
| Last post | 2017-01-30 12:10 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] mfd: lpc_ich: enable iTCO on Apollo Lake Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-28 15:30 +0100
[PATCH v2 2/2] mfd: lpc_ich: Remove useless comments in core part Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-28 15:30 +0100
Re: [PATCH v2 2/2] mfd: lpc_ich: Remove useless comments in core part Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-01-30 12:10 +0100
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-01-28 15:30 +0100 |
| Subject | [PATCH v2 0/2] mfd: lpc_ich: enable iTCO on Apollo Lake |
| Message-ID | <t4CaR-2zr-9@gated-at.bofh.it> |
Enable iTCo watchdog on Apollo Lake. In v2: - Fix authorship in patch 1 - rebase on top of ib-mfd-mtd-4.11 Andy Shevchenko (1): mfd: lpc_ich: Remove useless comments in core part Tan Jui Nee (1): mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH drivers/mfd/lpc_ich.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) -- 2.11.0
[toc] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-01-28 15:30 +0100 |
| Subject | [PATCH v2 2/2] mfd: lpc_ich: Remove useless comments in core part |
| Message-ID | <t4CaS-2zr-17@gated-at.bofh.it> |
| In reply to | #1568938 |
First of all, remove stalled references to datasheets. If someone knows the document numbers, it would be added later. Second, remove FSF snail address since it's subject to change. Actual information can be found on FSF site on the internet. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- drivers/mfd/lpc_ich.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index b2f234d5ee3b..d98a5d974092 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c @@ -20,10 +20,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * * This driver supports the following I/O Controller hubs: * (See the intel documentation on http://developer.intel.com.) * document number 290655-003, 290677-014: 82801AA (ICH), 82801AB (ICHO) @@ -45,18 +41,6 @@ * document number 322169-001, 322170-003: 5 Series, 3400 Series (PCH) * document number 320066-003, 320257-008: EP80597 (IICH) * document number 324645-001, 324646-001: Cougar Point (CPT) - * document number TBD : Patsburg (PBG) - * document number TBD : DH89xxCC - * document number TBD : Panther Point - * document number TBD : Lynx Point - * document number TBD : Lynx Point-LP - * document number TBD : Wellsburg - * document number TBD : Avoton SoC - * document number TBD : Coleto Creek - * document number TBD : Wildcat Point-LP - * document number TBD : 9 Series - * document number TBD : Lewisburg - * document number TBD : Apollo Lake SoC */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -- 2.11.0
[toc] | [prev] | [next] | [standalone]
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2017-01-30 12:10 +0100 |
| Subject | Re: [PATCH v2 2/2] mfd: lpc_ich: Remove useless comments in core part |
| Message-ID | <t5i0q-3gH-13@gated-at.bofh.it> |
| In reply to | #1568939 |
On Sat, Jan 28, 2017 at 04:27:34PM +0200, Andy Shevchenko wrote: > First of all, remove stalled references to datasheets. If someone knows > the document numbers, it would be added later. Yeah, those are kind of useless without the document number. > Second, remove FSF snail address since it's subject to change. Actual > information can be found on FSF site on the internet. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web