VER-225: Improve RTC rv3028 driver to support BSM#68
Merged
shmuelhazan merged 2 commits intotg-v6.18-ath12k-nextfrom Jan 14, 2026
Merged
VER-225: Improve RTC rv3028 driver to support BSM#68shmuelhazan merged 2 commits intotg-v6.18-ath12k-nextfrom
shmuelhazan merged 2 commits intotg-v6.18-ath12k-nextfrom
Conversation
Author
|
There is another way to set BSM mode that is already supported by the driver. But it only has API to userspace. There are RTC_PARAM_GET\RTC_PARAM_SET ioctls we can use to set RTC_PARAM_BACKUP_SWITCH_MODE parameter (there is a structure we need to pass to ioctl, it consists of parameter and value, value is, in our case RV3028_BACKUP_BSM_DSM - 0x1). For using this we don't need to make any changes in the driver, however we will need implimentation to be somewhere (not possible to do with a bash script) |
adrian-nicolau
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support BSM mode from DTS (0x01 for DSM, 0x03 for LSM)
RTC's EEPROM is updated only when the configuration changes, to improve it's lifetime (as in
rv3028_set_trickle_charger)