Skip to content

TAS5713: return error if initialisation fails #765

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

Merged
merged 1 commit into from
Jan 23, 2015
Merged

TAS5713: return error if initialisation fails #765

merged 1 commit into from
Jan 23, 2015

Conversation

hifiberry
Copy link

Existing TAS5713 driver logs errors during initialisation, but does not return
an error code. Therefore even if initialisation fails, the driver will still be
loaded, but won't work. This patch fixes this. I2C communication error will now
reported correctly by a non-zero return code.

Existing TAS5713 driver logs errors during initialisation, but does not return
an error code. Therefore even if initialisation fails, the driver will still be
loaded, but won't work. This patch fixes this. I2C communication error will now
reported correctly by a non-zero return code.
popcornmix added a commit that referenced this pull request Jan 23, 2015
TAS5713: return error if initialisation fails
@popcornmix popcornmix merged commit 8d2aebc into raspberrypi:rpi-3.18.y Jan 23, 2015
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jan 26, 2015
See: raspberrypi/linux#769

kernel: Add pps-gpio overlay
See: Hexxeh/rpi-firmware#71

kernel: TAS5713: return error if initialisation fails
See: raspberrypi/linux#765

kernel: I2C: Only register the I2C device for the current board revision
kernel: config: Remove STRICT_DEVMEM

firmware: arm_loader: Enable the standard I2C interface by default using DT
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this pull request Jan 26, 2015
See: raspberrypi/linux#769

kernel: Add pps-gpio overlay
See: #71

kernel: TAS5713: return error if initialisation fails
See: raspberrypi/linux#765

kernel: I2C: Only register the I2C device for the current board revision
kernel: config: Remove STRICT_DEVMEM

firmware: arm_loader: Enable the standard I2C interface by default using DT
neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this pull request Feb 27, 2017
See: raspberrypi/linux#769

kernel: Add pps-gpio overlay
See: Hexxeh/rpi-firmware#71

kernel: TAS5713: return error if initialisation fails
See: raspberrypi/linux#765

kernel: I2C: Only register the I2C device for the current board revision
kernel: config: Remove STRICT_DEVMEM

firmware: arm_loader: Enable the standard I2C interface by default using DT
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