|
Revision tags: v6.15, v6.15-rc7, v6.15-rc6, v6.15-rc5, v6.15-rc4, v6.15-rc3, v6.15-rc2, v6.15-rc1, v6.14, v6.14-rc7, v6.14-rc6, v6.14-rc5, v6.14-rc4, v6.14-rc3, v6.14-rc2, v6.14-rc1, v6.13, v6.13-rc7, v6.13-rc6, v6.13-rc5, v6.13-rc4, v6.13-rc3, v6.13-rc2, v6.13-rc1, v6.12, v6.12-rc7, v6.12-rc6, v6.12-rc5, v6.12-rc4, v6.12-rc3 |
|
| #
a27b406a |
| 11-Oct-2024 |
Gerhard Engleder <[email protected]> |
misc: keba: Add UART devices
Add support for the UART auxiliary devices. This enables access to up to 3 different UARTs, which are implemented in the FPGA.
Signed-off-by: Gerhard Engleder <eg@keba.
misc: keba: Add UART devices
Add support for the UART auxiliary devices. This enables access to up to 3 different UARTs, which are implemented in the FPGA.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
| #
ca7b844b |
| 11-Oct-2024 |
Gerhard Engleder <[email protected]> |
misc: keba: Add battery device
Add support for the battery auxiliary device. This enables monitoring of the battery.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/20
misc: keba: Add battery device
Add support for the battery auxiliary device. This enables monitoring of the battery.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
| #
f965d315 |
| 11-Oct-2024 |
Gerhard Engleder <[email protected]> |
misc: keba: Add fan device
Add support for the fan auxiliary device. This enables monitoring of the fan.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/20241011191257
misc: keba: Add fan device
Add support for the fan auxiliary device. This enables monitoring of the fan.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
| #
79484830 |
| 11-Oct-2024 |
Gerhard Engleder <[email protected]> |
misc: keba: Add SPI controller device
Add support for the SPI controller auxiliary device. This enables access to the SPI flash of the FPGA and some other SPI devices.
The actual list of SPI device
misc: keba: Add SPI controller device
Add support for the SPI controller auxiliary device. This enables access to the SPI flash of the FPGA and some other SPI devices.
The actual list of SPI devices is detected by reading some bits out of the previously registered I2C EEPROM.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
|
Revision tags: v6.12-rc2, v6.12-rc1, v6.11, v6.11-rc7, v6.11-rc6, v6.11-rc5, v6.11-rc4, v6.11-rc3, v6.11-rc2, v6.11-rc1, v6.10, v6.10-rc7, v6.10-rc6 |
|
| #
a1944676 |
| 30-Jun-2024 |
Gerhard Engleder <[email protected]> |
misc: keba: Add basic KEBA CP500 system FPGA support
The KEBA CP500 system FPGA is a PCIe device, which consists of multiple IP cores. Every IP core has its own auxiliary driver. The cp500 driver re
misc: keba: Add basic KEBA CP500 system FPGA support
The KEBA CP500 system FPGA is a PCIe device, which consists of multiple IP cores. Every IP core has its own auxiliary driver. The cp500 driver registers an auxiliary device for each device and the corresponding drivers are loaded by the Linux driver infrastructure.
Currently 3 variants of this device exists. Every variant has its own PCI device ID, which is used to determine the list of available IP cores. In this first version only the auxiliary device for the I2C controller is registered.
Besides the auxiliary device registration some other basic functions of the FPGA are implemented; e.g, FPGA version sysfs file, keep FPGA configuration on reset sysfs file, error message for errors on the internal AXI bus of the FPGA.
Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|