aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale/vybrid
Commit message (Expand)AuthorAgeFilesLines
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-6/+6
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-061-1/+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-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2716-16/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1618-36/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1222-22/+22
* arm/arm64 freescale: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0915-44/+15
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* Remove unused ofw_iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* arm freescale: Remove unused variables.John Baldwin2022-04-133-10/+1
* arm vybrid: #if 0 variables only used under #if 0.John Baldwin2022-04-132-2/+4
* vf_i2c: Make ext_resources non-optionalEmmanuel Vadot2022-02-211-19/+0
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-12/+32
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-9/+0
* Introduce VF610 I2C controller support.Marcin Wojtas2020-05-251-9/+153
* Remove NAND and NANDFS supportWarner Losh2019-06-251-528/+0
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* Add a missing call to usb_bus_mem_free_all() when detaching.Ian Lepore2018-07-051-0/+2
* Remove a test and early-out which just can't possibly be right. It causesIan Lepore2018-07-051-10/+3
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-032-2/+2
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-3/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+2
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-2/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2723-0/+46
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Add a delay count to the last few places. This will help make MULTIDELAYAndrew Turner2017-07-041-1/+1
* Port the Vybrid code to PLATFORM to help move it into GENERIC.Andrew Turner2017-06-033-87/+34
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-145-36/+31
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-1412-14/+0
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-111-21/+0
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-104-15/+15
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2