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

drivers: kscan: mchp: low power mode enabled #60806

Merged
merged 2 commits into from Sep 13, 2023

Conversation

Manimaran-A
Copy link
Contributor

Updated KSCAN driver and dts files to support low power feature.

@Manimaran-A
Copy link
Contributor Author

@albertofloyd could you please help to review?

@MaureenHelm
Copy link
Member

@jvasanth1 @albertofloyd will you please take a look?

@@ -411,6 +418,9 @@ void polling_task(const struct device *dev, void *dummy2, void *dummy3)
/* Allow other threads to run while we sleep */
k_usleep(wait_period);
}
#ifdef CONFIG_PM_DEVICE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, do we need to space ifdef like this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, removed the space before #ifdef.

albertofloyd
albertofloyd previously approved these changes Aug 24, 2023
jvasanth1
jvasanth1 previously approved these changes Aug 25, 2023
@fabiobaltieri
Copy link
Member

@Manimaran-A could you rebase please?

pinctrl and dts updated to support low power feature

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
KSCAN driver updated to support low power feature

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
@Manimaran-A
Copy link
Contributor Author

@albertofloyd @jvasanth1 Could you please re-approve the PR

@carlescufi carlescufi merged commit 9b6c933 into zephyrproject-rtos:main Sep 13, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants