summaryrefslogtreecommitdiff
path: root/sys/arm/xilinx
AgeCommit message (Expand)Author
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02Check for errors from bus_generic_detach in various driversJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-10-21Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-10arm64: xilinx: gpio: Add support for ZynqMP SoCEmmanuel Vadot
2023-08-10arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-01xilinx: Fix a typo in a source code commentGordon Bergling
2022-05-09arm xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-21Bring in support for single core Zynq devices. Turns out that realJohn-Mark Gurney
2020-05-21minor cleanup of white space, and function name in panic...John-Mark Gurney
2020-04-02Add the Cadence GEM ethernet driver to NOTES so that it gets built withIan Lepore
2020-02-28arm: zynq: An SPI driver for Zynq platformsEmmanuel Vadot
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-19zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot
2019-12-04Regularize my copyright noticeWarner Losh
2019-12-01Remove more needless <sys/tty.h> includesKyle Evans
2019-04-16arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot
2018-07-28Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner
2018-07-13Enable UART support for Xilinx Ultrascale+ SoCsMarcin Wojtas
2018-04-27arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot
2018-04-03Fix accidental USB port resets by GPIO on Zynq/Zedboard boardsOleksandr Tymoshenko
2018-01-25o Move sdhci_fdt to the generic files list.Ruslan Bukin
2017-12-30Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore
2017-12-28Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot
2017-12-27arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-05Tag all armv7 kernels as such in their machine config line.Warner Losh
2017-07-11Add external PLATFORM access on arm, and use it in the pl310 driver.Andrew Turner
2017-07-10Start to move the arm *_mp.h to be names *_machdep.h. These will be usedAndrew Turner
2017-07-04Add a delay count to the last few places. This will help make MULTIDELAYAndrew Turner
2017-06-03Port the Xilinx code to use PLATFORM and PLATFORM_SMP. This will help moveAndrew Turner
2017-02-02Remake support for SMP kernel on UP cpu:Michal Meloun
2017-01-17[zynq] Fix panic on USB PHY initialization failureOleksandr Tymoshenko
2016-12-13Add the missing void to function signatures in much of the arm code.Andrew Turner
2016-11-14Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner
2016-11-14Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner
2016-11-11Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner
2016-10-17Fix device delete child function.Hans Petter Selasky
2016-10-06ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun
2016-10-04Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner