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.
Add ioctl for reading sdb buffer physical address. #8
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
Uh oh!
There was an error while loading. Please reload this page.
Add ioctl for reading sdb buffer physical address. #8
Changes from 1 commit
8d9f13d274b40b2bf797ab7d3d6d01c9283e2f904f182ffc6bbf6af446e7c7e86512c66735c12df89c1e59242fa4918285909dbf0169b938ecfa7fa84da97798cef102ff6558140210547e20936d84a8ccd76d30e9f147c09832a96a67b05dc731d2951117a96f1059d3472f7b8fa0b03b7e4a5c4738c6b927461c2f787fcea663322d3202f1b4bdd8ea180f7eef3b46a942842ec6949c2fd34d69cd304bbb13ad0307da6a4c9028731e0139a1d008831c90422f84ccd817b2c222dbec2f267495fc02e8475b8d6d70f9a300bedd789018964360837475cbce32ec4449db3040b1d629dc3883870f424ed57f498cea5591343c390bfe58e3d3f15e3e4a507538a90b433bb2f529acd96f1158aa7e68b7b9568995f1df0000cac2b7a5b235c16e4620d78c753250c5f890ac155da0ba413ac7c3b8df366aba14d6a932344d25f4e6b8a7b488de3043abf88c9091aff512fd4128401ac46c395685473d2d6b702d1b2df35e871b940bb1f30382cf1f36106c2a9bc3397784f1e06abbb6e11ec918902743e477b54a13f3ec475a6fc2a16c89abd92f8557f400270cae2f707866b430f84ee3312bd2da8455dd22c5ec7e789c97a291ea39f977a0b21e112cc57e7ecd83252b63de5eb1449423e5fce8a44d323d7ff110dc71242d240e845971c506a62b1d33e6e90253e7367146c0adda15e393870ab3ef2494362e1f84d4850ead5f57718bdd445de1ac9673c84253ea847507a75717783e0d4728117415e6146e2887392796e3bd61ebd0e45d7e8a552742a99ad3cf816c88ce6b356dcb34e862a7d6441181d7f511e29ee1feef97a0b271454a70058331304c6dce92c44206937a77b44e541a73a8392572db9a4f1e16399d2a8e8fc9d41ab08c3853781008213638dca584762aa0ad686981476d4f99cda4fdfc469d3afae7b5e0f93c1be59f823520c5b3aea234a7189778255720cf85dc8945b5c179a844afcc726abcc91ab6eb158ce31d67cc4a3bec5a465c231db3114dadbf976b524c5cf19b7685f98ad797557a121084d8a87058ed2a140041a2acfc9f6406e6bb39b8941c8dae4e5e4901a56628a621e4f60ccf1a44159c121f532cc44a26ec479561dd088d74e58e2d8037561db19aa0dc8dde7e15d0789f6c0f4d575fa2661e604af8cb661245cc3a8663b4e389588438078f0e1b933d77758b21c481a7fca962b0a7d81a1aec6048ef5049952533752f684fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
If GINTSTS.CURMODE is not yet reflecting the expecting mode after calling dwc2_force_mode, we enter in the dwc2_wait_for_mode function while under spinlock atomic context. To avoid this situation, move the call to dwc2_force_mode after the spinlock atomic context. Change-Id: If30c9bf19249be8c5d07e229f4067e6d013092cb Fixes: 5ec811a6ab7b ("usb: dwc2: add DRD support with role switch and override Vbus/ID signals") Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/173585 Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com> Reviewed-by: Fabrice GASNIER <fabrice.gasnier@st.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing