max14577.c (16217dc79dbc599b110dda26d0421df47904bba4) max14577.c (8c5d0571596efa5656cc53144172baa7c5c57b43)
1/*
2 * max14577.c - mfd core driver for the Maxim 14577/77836
3 *
4 * Copyright (C) 2014 Samsung Electronics
5 * Chanwoo Choi <cw00.choi@samsung.com>
1/*
2 * max14577.c - mfd core driver for the Maxim 14577/77836
3 *
4 * Copyright (C) 2014 Samsung Electronics
5 * Chanwoo Choi <cw00.choi@samsung.com>
6 * Krzysztof Kozlowski <k.kozlowski@samsung.com>
6 * Krzysztof Kozlowski <krzk@kernel.org>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 549 unchanged lines hidden (view full) ---

564module_init(max14577_i2c_init);
565
566static void __exit max14577_i2c_exit(void)
567{
568 i2c_del_driver(&max14577_i2c_driver);
569}
570module_exit(max14577_i2c_exit);
571
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 549 unchanged lines hidden (view full) ---

564module_init(max14577_i2c_init);
565
566static void __exit max14577_i2c_exit(void)
567{
568 i2c_del_driver(&max14577_i2c_driver);
569}
570module_exit(max14577_i2c_exit);
571
572MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <k.kozlowski@samsung.com>");
572MODULE_AUTHOR("Chanwoo Choi <cw00.choi@samsung.com>, Krzysztof Kozlowski <krzk@kernel.org>");
573MODULE_DESCRIPTION("Maxim 14577/77836 multi-function core driver");
574MODULE_LICENSE("GPL");
573MODULE_DESCRIPTION("Maxim 14577/77836 multi-function core driver");
574MODULE_LICENSE("GPL");