aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* Restore #include <sys/devmap.h>Oskar Holmlund2025-05-291-0/+1
* sys: Reduce where we include sys/devmap.hAndrew Turner2025-05-022-2/+0
* arm/freescale: Stop using devmap_ptovAndrew Turner2025-05-022-4/+6
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-022-6/+0
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-062-2/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* sound: Make device registration more intuitiveChristos Margiolis2024-11-032-12/+12
* newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell2024-11-021-1/+1
* imx_gpio: Add gpio compat string for imx8 SOCsTom Jones2024-09-051-0/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-253-3/+3
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-062-2/+0
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-03-292-611/+2
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-103-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2727-27/+0
* arm: prune imx5 support from the treeKyle Evans2023-10-2717-4372/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-167-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1647-93/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1629-58/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-126-6/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1255-55/+55
* arm: Rename hdmi_if.m to crtc_if.mEmmanuel Vadot2023-03-172-7/+7
* arm: imx: Rename video related devicesEmmanuel Vadot2023-03-171-3/+3
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-4/+4
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* pmap_mapdev: Consistently use vm_paddr_t for the first argument.John Baldwin2022-07-281-1/+1
* freescale: Fix a typo in a source code commentGordon Bergling2022-07-031-1/+1
* arm/arm64 freescale: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0937-118/+42
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-062-2/+2
* Remove unused ofw_iicbus_devclass.John Baldwin2022-05-062-2/+2
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused ahci_devclass.John Baldwin2022-05-061-1/+1
* arm freescale: Remove unused variables.John Baldwin2022-04-134-13/+1
* arm vybrid: #if 0 variables only used under #if 0.John Baldwin2022-04-132-2/+4
* arm: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* imx6_ssi: Remove unused variables, #if 0 variables only used under #if 0.John Baldwin2022-04-091-8/+6
* vf_i2c: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-19/+0
* imx_gpio: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* imx_i2c: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-1/+1
* arm/freescale: remove FBIOSCURSORMateusz Guzik2021-12-091-2/+0
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-7/+7
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-2/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-089-9/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* arm: Add no-cftconvert for sdma-imx6 filesEmmanuel Vadot2021-04-141-2/+2
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-12/+32
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-292-73/+0