summaryrefslogtreecommitdiff
path: root/sys/arm/freescale
AgeCommit message (Expand)Author
2025-11-24arm: Add missing argument in mtx_init() callsChristos Margiolis
2025-11-21sound: Retire snd_mtx* wrappersChristos Margiolis
2025-11-11sound: Get rid of useless sndbuf getters and settersChristos Margiolis
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-05-29Restore #include <sys/devmap.h>Oskar Holmlund
2025-05-02sys: Reduce where we include sys/devmap.hAndrew Turner
2025-05-02arm/freescale: Stop using devmap_ptovAndrew Turner
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-03sound: Make device registration more intuitiveChristos Margiolis
2024-11-02newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell
2024-09-05imx_gpio: Add gpio compat string for imx8 SOCsTom Jones
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-05-06arm: Remove stray references to dev/sound/chip.hChristos Margiolis
2024-04-21freescale: Fix a typo in a source code commentGordon Bergling
2024-03-29vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-26arm: prune imx5 support from the treeKyle Evans
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 .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-17arm: Rename hdmi_if.m to crtc_if.mEmmanuel Vadot
2023-03-17arm: imx: Rename video related devicesEmmanuel Vadot
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-07-28pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin
2022-07-03freescale: Fix a typo in a source code commentGordon Bergling
2022-05-09arm/arm64 freescale: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin
2022-05-06Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin
2022-05-06Remove unused ofw_iicbus_devclass.John Baldwin
2022-05-06Remove unused iicbus_devclass.John Baldwin
2022-05-06Remove unused ahci_devclass.John Baldwin
2022-04-13arm freescale: Remove unused variables.John Baldwin
2022-04-13arm vybrid: #if 0 variables only used under #if 0.John Baldwin
2022-04-13arm: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-08imx6_ssi: Remove unused variables, #if 0 variables only used under #if 0.John Baldwin
2022-02-21vf_i2c: Make ext_resources non-optionalEmmanuel Vadot
2022-02-21imx_gpio: Make ext_resources non-optionalEmmanuel Vadot
2022-02-21imx_i2c: Make ext_resources non-optionalEmmanuel Vadot
2021-12-09arm/freescale: remove FBIOSCURSORMateusz Guzik
2021-11-25vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori
2021-11-18Fix typo on "Celsius"Elyes HAOUAS