Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial TS-7970 Support #2

Merged
merged 22 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
95c1ec3
ARM: dts: imx6: ts7970: Initial commit
ts-kris Sep 2, 2022
50e54f0
wlcore: Enable PM operations on card during probe
ts-kris Dec 16, 2021
ae368e8
gpio: gpio-ts4900: Added device tree base property
Aug 31, 2018
46e1f4a
firmware: sdma-imx6q: Initial commit of SDMA FW
ts-kris Oct 26, 2022
a38067f
ARM: configs: tsimx6_defconfig: Initial commit
ts-kris Sep 2, 2022
5c27e25
serial: max3100-ts: Initial commit code from linux-tsimx
ts-kris Oct 11, 2022
8d6801f
serial: max3100-ts: Multiple fixes
ts-kris Oct 11, 2022
357b1bb
ARM: dts: imx6: ts7970: Add max3100-ts support
ts-kris Oct 12, 2022
881209c
ARM: tsimx6: Add max3100-ts support
ts-kris Oct 21, 2022
6bfed56
rtc: isl12022: drop a dev_info()
Villemoes Sep 21, 2022
99bfc2f
rtc: isl12022: simplify some expressions
Villemoes Sep 21, 2022
cb80a83
rtc: isl12022: use %ptR
Villemoes Sep 21, 2022
8d18432
rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
Villemoes Sep 21, 2022
2a01449
rtc: isl12022: drop redundant write to HR register
Villemoes Sep 21, 2022
9b26b69
rtc: isl12022: switch to using regmap API
Villemoes Sep 21, 2022
92dcab0
rtc: isl12022: Control temp. sense in battery mode
markfeathers Nov 15, 2022
dc1113e
rtc: isl12022: Ignore RTC data if RTCF is set
markfeathers Nov 15, 2022
272627b
rtc: isl12022: Add HWMON temperature support
markfeathers Nov 15, 2022
ca1c1ea
rtc: isl12022: Set VBAT75/85T battery voltages from DT
markfeathers Nov 15, 2022
07ca406
rtc: isl12022: Support for RTC offset in emulated ISL12022
markfeathers Nov 17, 2022
91b817e
ARM: dts: ts7970: Add ISL12022 properties
ts-kris Nov 18, 2022
b8a4284
ARM: tsimx6: Add HWMON and remove unused RTC driver
ts-kris Nov 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 3 additions & 39 deletions arch/arm/boot/dts/imx6dl-ts7970.dts
Original file line number Diff line number Diff line change
@@ -1,43 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
* Copyright 2015 Technologic Systems
* Copyright 2017 Savoir-faire Linux
*
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
*
* a) This file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
* Copyright 2015 Technologic Systems Inc., dba embeddedTS
* Copyright 2017 Savoir-Faire Linux
*/

/dts-v1/;
Expand Down
42 changes: 3 additions & 39 deletions arch/arm/boot/dts/imx6q-ts7970.dts
Original file line number Diff line number Diff line change
@@ -1,43 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 OR X11
/*
* Copyright 2015 Technologic Systems
* Copyright 2017 Savoir-faire Linux
*
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
*
* a) This file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
* Copyright 2015 Technologic Systems Inc., dba embeddedTS
* Copyright 2017 Savoir-Faire Linux
*/

/dts-v1/;
Expand Down
Loading