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

vc-cma: Remove the driver as non-functional on Pi #2233

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Oct 18, 2017

vc-cma was pulled in from previous platforms. It
supposedly allowed the VPU relocatable heap to be
released to the kernel as CMA, but it was always
a little fragile.

Remove it to avoid complications.

Signed-off-by: Dave Stevenson dave.stevenson@raspberrypi.org

vc-cma was pulled in from previous platforms. It
supposedly allowed the VPU relocatable heap to be
released to the kernel as CMA, but it was always
a little fragile.

Remove it to avoid complications.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
@6by9
Copy link
Contributor Author

6by9 commented Oct 18, 2017

Reference #2114 where vc-cma was the cause of most of the reloc heap to be marked as offline, resulting in the camera failing.

@pelwell
Copy link
Contributor

pelwell commented Oct 18, 2017

No objections from me.

@pelwell pelwell merged commit b017e4f into raspberrypi:rpi-4.9.y Oct 19, 2017
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Oct 20, 2017
kernel: vc-cma: Remove the driver as non-functional on Pi
See: raspberrypi/linux#2233

firmware: Remove cmaservice as it doesn't work reliably
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Oct 20, 2017
kernel: vc-cma: Remove the driver as non-functional on Pi
See: raspberrypi/linux#2233

firmware: Remove cmaservice as it doesn't work reliably
@6by9 6by9 deleted the rpi-4.9.y branch July 5, 2018 15:38
popcornmix pushed a commit that referenced this pull request Nov 21, 2023
[ Upstream commit 4f80050 ]

Fix below checkpatch warning:

  WARNING: Missing a blank line after declarations
  #2233: FILE: drivers/net/can/usb/etas_es58x/es58x_core.c:2233:
  +		int ret = es58x_init_netdev(es58x_dev, ch_idx);
  +		if (ret) {

Fixes: d8f26fd ("can: etas_es58x: remove es58x_get_product_info()")
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/all/20230924110914.183898-3-mailhol.vincent@wanadoo.fr
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
popcornmix pushed a commit that referenced this pull request Nov 21, 2023
[ Upstream commit 4f80050 ]

Fix below checkpatch warning:

  WARNING: Missing a blank line after declarations
  #2233: FILE: drivers/net/can/usb/etas_es58x/es58x_core.c:2233:
  +		int ret = es58x_init_netdev(es58x_dev, ch_idx);
  +		if (ret) {

Fixes: d8f26fd ("can: etas_es58x: remove es58x_get_product_info()")
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/all/20230924110914.183898-3-mailhol.vincent@wanadoo.fr
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants