- Mar 03, 2025
-
-
Add Fannal 7" and AOE 10.1" LVDS displays
-
-
Disable all display stuff by default. It is up to displays dtsi file to enable what is needed.
-
-
-
The Qualcomm (e)DP driver does not support bridges. Hence this is not really a bridge driver, that means there are no attach- or enable-functions. Instead the bridge is configured when the device is probed. After this the hotplug-detect-gpio is pulled to high to fake to the (e)DP driver a nativ (e)DP display has been powered on.
-
-
- Feb 28, 2025
-
-
Tobias Kahlki authored
The MAILBOX and RPMSG drivers are required for the co-processor communication on the QCS6490 (more specfic the QCOM_GLINK sub-system depends on them). For whatever reasen, they have been disabled. Re-enable them since we get compile and run time errors otherwise.
-
- Feb 27, 2025
-
-
Dietmar Muscholik authored
-
Dietmar Muscholik authored
When a cpufreq-driver wants to create files in sysfs that are already created by an oher cpufreq-driver it gets -EEXISTS.
-
- Feb 19, 2025
-
-
It contains variuos additional stuff for the processor, as some memory regions, firmware drivers, configs for memory dumps, thermal zones, dma heaps etc.
-
- Feb 18, 2025
-
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
Oleksii Kutuzov authored
-
- Feb 17, 2025
-
-
Oleksii Kutuzov authored
Device can be "woken" from suspend/sleep state by pressing SW5 (SLEEP) button on B79 carrier board
-
- Feb 14, 2025
-
-
i2c1: - HT16K33 Auxiliary Display - TI TMP102 Onboard Temperature Sensor - TI IN219 Onboard Current Sensor i2c2: - LTC4100 Smart Battery Charger Controller - Atmel 24C32 EEPROM
-
- LTC4100 Smart Battery Charger Controller - HT16K33 Auxiliary Display - Atmel 24C32 EEPROM - TI TMP102 Onboard Temperature Sensor - TI IN219 Onboard Current Sensor
-
Christos authored
During development, we have disabled the device tree nodes for soundwire. While that is in effect, these drivers are not needed.
-
Christos authored
If the referenced files was to change, the reference we're providing would be out of date. These changes prevent this.
-
- Feb 12, 2025
-
-
Ignore the ENODEV failures returned by kernel_sendmsg(). These errors indicate that either the local port has been closed or the remote has gone down. Neither of these scenarios are fatal and will eventually be handled through packets that are later queued on the control port. Signed-off-by:
Chris Lew <quic_clew@quicinc.com> Signed-off-by:
Sarannya Sasikumar <quic_sarannya@quicinc.com> Reviewed-by:
Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240612063156.1377210-1-quic_sarannya@quicinc.com Signed-off-by:
Paolo Abeni <pabeni@redhat.com>
-
- Feb 07, 2025
-
-
We do not have the USB HUB on QPS615. QPS615 voltages are enabled via the regulators.
-
DP adds an i2c bus to the system. If it is not entirely/properly configured accessing this i2c bus causes a NULL-pointer to be dereferenced and the system to reboot.
-
-
-
-
-
-
Added USB_MUX_SEL pin to the firmware revision D8.
-
Yuri Mazzuoli authored
-
- Feb 06, 2025
-
-
Oleksii Kutuzov authored
USB0 works again in device mode, as well as in host mode.
-
- Feb 04, 2025
-
-
Yuri Mazzuoli authored
-
Yuri Mazzuoli authored
Backup-switch-mode set to "direct" to automatically switch to battery when power goes down
-
This commit adds the devicetree node "backup-switch-mode" to the rv3028 driver. It supports the following values: - direct - level - disabled The values correspond to the different BSM options in the datasheet. When the setting is present in the devicetree, the driver checks the current mode during the probing phase. If the desired value differs from the current value, it is written to the RTC and a message is printed to dmesg, stating the new mode. Source: seco-ne/kernel/linux-imx-kuk@92daec58
-
- Feb 03, 2025
-
-
Phy interrupts shoild be connected also to the processor, will be fixed in the next PCB revision.
-
Dietmar Muscholik authored
-
Dietmar Muscholik authored
- correct include guard - unify regulator configuration a little more - remove unused stuff - fix typos in comments
-
- Jan 31, 2025
-
-
Tobias Kahlki authored
-
In the DP-driver there is "qcom,edp-vcc-en-gpio" that a gpio can be assigned to in the DT and that powers on the display. But this gpio is switched AFTER the display has been powered on. Thus there is no other way to turn on a display but using a hog-gpio. There is no way to assign a backlight-device to (e)DP, not even a PWM, only a bunch of gpios. So the pwm is configured as gpio, meaning there is no way to adjust the backlight-brightness but 2 ways to switch the backlight off, because both gpios must be high.
-
This is used to enable an eDP with a hog-gpio
-