]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: lpc_ich: Remove useless comments in core part
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 28 Jan 2017 14:27:34 +0000 (16:27 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:44 +0000 (09:29 +0000)
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>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_ich.c

index be42957a78e16010837ccbaa9cb7912d37163825..fd6e8006c6b670ec4f98af8a768f2a04d855673b 100644 (file)
  *  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)
  *     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