提交 e39b828f 编写于 作者: K Kim, Milo 提交者: Anton Vorontsov

lp8727_charger: Add company name and description

Add 'Texas Instruments' because TI acquired National semiconductor at 2011.
And the driver information is added in the header file.
Signed-off-by: NMilo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
上级 3832246d
...@@ -235,7 +235,7 @@ config CHARGER_TWL4030 ...@@ -235,7 +235,7 @@ config CHARGER_TWL4030
Say Y here to enable support for TWL4030 Battery Charge Interface. Say Y here to enable support for TWL4030 Battery Charge Interface.
config CHARGER_LP8727 config CHARGER_LP8727
tristate "National Semiconductor LP8727 charger driver" tristate "TI/National Semiconductor LP8727 charger driver"
depends on I2C depends on I2C
help help
Say Y here to enable support for LP8727 Charger Driver. Say Y here to enable support for LP8727 Charger Driver.
......
/* /*
* Driver for LP8727 Micro/Mini USB IC with intergrated charger * Driver for LP8727 Micro/Mini USB IC with intergrated charger
* *
* Copyright (C) 2011 Texas Instruments
* Copyright (C) 2011 National Semiconductor * Copyright (C) 2011 National Semiconductor
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -489,7 +490,7 @@ static void __exit lp8727_exit(void) ...@@ -489,7 +490,7 @@ static void __exit lp8727_exit(void)
module_init(lp8727_init); module_init(lp8727_init);
module_exit(lp8727_exit); module_exit(lp8727_exit);
MODULE_DESCRIPTION("National Semiconductor LP8727 charger driver"); MODULE_DESCRIPTION("TI/National Semiconductor LP8727 charger driver");
MODULE_AUTHOR MODULE_AUTHOR
("Woogyom Kim <milo.kim@ti.com>, Daniel Jeong <daniel.jeong@ti.com>"); ("Woogyom Kim <milo.kim@ti.com>, Daniel Jeong <daniel.jeong@ti.com>");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
/* /*
* LP8727 Micro/Mini USB IC with intergrated charger
*
* Copyright (C) 2011 Texas Instruments
* Copyright (C) 2011 National Semiconductor * Copyright (C) 2011 National Semiconductor
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册