-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: modem: bg9x: Rollback Kconfig deprecation #95995
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
drivers: modem: bg9x: Rollback Kconfig deprecation #95995
Conversation
|
This reverts commit da5eef6. Signed-off-by: BUDKE Gerson Fernando <[email protected]>
Add note about PSM/eDRX modes to make it clear that off-load driver still important when using in baterry powered devices. Signed-off-by: BUDKE Gerson Fernando <[email protected]>
0c34d18 to
fc537ac
Compare
|
There are use cases that only offload modem drivers can cover. I'm try to avoid that this drivers enters in depreciation in the v4.3 so we can discuss better before doing this step. |
fc537ac to
4b189b2
Compare
|



Rollback the deprecation from BG9x Kconfig. The off-load driver has an important use-case that is when a device is powered by a battery, In this case, to save power, the device can activate the PSM/eDRX modes.
Those cases currently can not be achieved by PPP only implementation. The BG9x driver still require adaptation to use LPM modes but this rollback is intended to avoid driver removal before someone try to send those patches.