Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297935
b: refs/heads/master
c: e39b828
h: refs/heads/master
i:
  297933: 82bb70c
  297931: 0980a65
  297927: 68b08d6
  297919: 748550e
v: v3
  • Loading branch information
Kim, Milo authored and Anton Vorontsov committed Mar 26, 2012
1 parent 8d01f40 commit a4ccd2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3832246ddd83391187edff8af328f9e9684d3177
refs/heads/master: e39b828f5355e41a8fd24f413fb9dfb81d808397
2 changes: 1 addition & 1 deletion trunk/drivers/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ config CHARGER_TWL4030
Say Y here to enable support for TWL4030 Battery Charge Interface.

config CHARGER_LP8727
tristate "National Semiconductor LP8727 charger driver"
tristate "TI/National Semiconductor LP8727 charger driver"
depends on I2C
help
Say Y here to enable support for LP8727 Charger Driver.
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/power/lp8727_charger.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Driver for LP8727 Micro/Mini USB IC with intergrated charger
*
* Copyright (C) 2011 Texas Instruments
* Copyright (C) 2011 National Semiconductor
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -489,7 +490,7 @@ static void __exit lp8727_exit(void)
module_init(lp8727_init);
module_exit(lp8727_exit);

MODULE_DESCRIPTION("National Semiconductor LP8727 charger driver");
MODULE_DESCRIPTION("TI/National Semiconductor LP8727 charger driver");
MODULE_AUTHOR
("Woogyom Kim <milo.kim@ti.com>, Daniel Jeong <daniel.jeong@ti.com>");
MODULE_LICENSE("GPL");
3 changes: 3 additions & 0 deletions trunk/include/linux/lp8727.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/*
* LP8727 Micro/Mini USB IC with intergrated charger
*
* Copyright (C) 2011 Texas Instruments
* Copyright (C) 2011 National Semiconductor
*
* This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit a4ccd2a

Please sign in to comment.