| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fpga: add an initial KUnit suite for the FPGA Manager | Marco Pagani | 2023-07-23 | 1 | -0/+327 |
* | fpga: Explicitly include correct DT includes | Rob Herring | 2023-07-17 | 6 | -7/+10 |
* | fpga: socfpga-a10: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-15 | 1 | -5/+2 |
* | fpga: fpga-mgr: altera-pr-ip: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-15 | 1 | -5/+1 |
* | fpga: zynq-fpga: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -3/+1 |
* | fpga: fpga-mgr: ts73xx: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -3/+1 |
* | fpga: fpga-mgr: socfpga: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -5/+2 |
* | fpga: xilinx-pr-decoupler: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -3/+1 |
* | fpga: dfl-fme-mgr: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -3/+1 |
* | fpga: bridge: Convert to devm_platform_ioremap_resource() | Yangtao Li | 2023-07-10 | 1 | -3/+1 |
* | fpga: bridge: fix kernel-doc | Marco Pagani | 2023-07-10 | 1 | -11/+12 |
* | fpga: region: fix kernel-doc | Marco Pagani | 2023-07-10 | 1 | -6/+8 |
* | fpga: dfl: fme: use SI unit prefix macros | Peter Colberg | 2023-07-10 | 1 | -8/+9 |
* | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-07-03 | 2 | -6/+6 |
|\ |
|
| * | fpga: zynq-fpga: Ensure proper xCAP interface switch | Alfonso Rodriguez | 2023-06-06 | 1 | -4/+4 |
| * | fpga: dfl-fme: constify pointers to hwmon_channel_info | Krzysztof Kozlowski | 2023-05-29 | 1 | -2/+2 |
* | | mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registers | Ilpo Järvinen | 2023-06-15 | 1 | -3/+14 |
* | | mfd: intel-m10-bmc: Create m10bmc_sys_update_bits() | Ilpo Järvinen | 2023-06-15 | 1 | -16/+14 |
|/ |
|
* | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-04-27 | 2 | -1/+22 |
|\ |
|
| * | fpga: zynqmp-fpga: Adds status interface | Nava kishore Manne | 2023-03-09 | 1 | -0/+21 |
| * | fpga: bridge: fix kernel-doc parameter description | Marco Pagani | 2023-03-09 | 1 | -1/+1 |
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-27 | 3 | -3/+3 |
|\ \ |
|
| * | | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 3 | -3/+3 |
| |/ |
|
* | | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-04-25 | 1 | -0/+1 |
|\ \ |
|
| * | | fpga: lattice-sysconfig-spi: Add explicit include for of.h | Rob Herring | 2023-04-06 | 1 | -0/+1 |
| |/ |
|
* | | fpga: bridge: properly initialize bridge device before populating children | Alexis Lothoré | 2023-04-07 | 1 | -1/+2 |
* | | fpga: xilinx-pr-decoupler: Use readl wrapper instead of pure readl | Michal Simek | 2023-03-25 | 1 | -1/+1 |
* | | fpga: dfl-pci: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 2023-03-10 | 1 | -14/+6 |
* | | fpga: m10bmc-sec: Fix rsu_send_data() to return FW_UPLOAD_ERR_HW_ERROR | Ilpo Järvinen | 2023-03-08 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 1 | -2/+2 |
|\ |
|
| * | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -2/+2 |
* | | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-24 | 9 | -78/+95 |
|\ \ |
|
| * \ | Merge 6.2-rc7 into char-misc-next | Greg Kroah-Hartman | 2023-02-06 | 2 | -7/+14 |
| |\ \ |
|
| * \ \ | Merge tag 'ib-mfd-fpga-hwmon-v6.3' of git://git.kernel.org/pub/scm/linux/kern... | Xu Yilun | 2023-01-29 | 2 | -138/+228 |
| |\ \ \ |
|
| * | | | | fpga: bridge: return errors in the show() method of the "state" attribute | Marco Pagani | 2023-01-28 | 1 | -4/+7 |
| * | | | | fpga: dfl: more kernel-doc corrections | Xu Yilun | 2023-01-28 | 5 | -3/+5 |
| * | | | | fpga: dfl: kernel-doc corrections | Randy Dunlap | 2023-01-28 | 2 | -4/+5 |
| * | | | | fpga: microchip-spi: separate data frame write routine | Ivan Bornyakov | 2023-01-28 | 1 | -13/+23 |
| * | | | | fpga: microchip-spi: rewrite status polling in a time measurable way | Ivan Bornyakov | 2023-01-28 | 1 | -15/+17 |
| * | | | | fpga: microchip-spi: move SPI I/O buffers out of stack | Ivan Bornyakov | 2023-01-28 | 1 | -46/+47 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-02-24 | 2 | -51/+237 |
|\ \ \ \ |
|
| * \ \ \ | Merge 6.2-rc7 into tty-next | Greg Kroah-Hartman | 2023-02-06 | 2 | -7/+14 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | fpga: dfl: add basic support for DFHv1 | Matthew Gerlach | 2023-01-19 | 2 | -51/+205 |
| * | | | | fpga: dfl: Add DFHv1 Register Definitions | Basheer Ahmed Muddebihal | 2023-01-19 | 1 | -0/+32 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 2023-02-23 | 2 | -143/+274 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fpga: m10bmc-sec: Add support for N6000 | Ilpo Järvinen | 2023-01-30 | 1 | -5/+46 |
| | |/
| |/| |
|
| * | | fpga: m10bmc-sec: Make rsu status type specific | Ilpo Järvinen | 2023-01-27 | 1 | -31/+78 |
| * | | fpga: m10bmc-sec: Create helpers for rsu status/progress checks | Ilpo Järvinen | 2023-01-27 | 1 | -28/+31 |
| * | | fpga: intel-m10-bmc: Rework flash read/write | Ilpo Järvinen | 2023-01-27 | 1 | -64/+79 |
| * | | mfd: intel-m10-bmc: Support multiple CSR register layouts | Ilpo Järvinen | 2023-01-27 | 1 | -24/+49 |