summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-266-23/+23
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-154-11/+11
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-106-17/+17
* Remove unecessary locking, mostly from places where a read is done of aian2016-04-071-13/+12
* Code cleanup: stop searching for a pin in the array and just use the pinian2016-04-071-51/+15
* Comestic changes; when INTRNG support was added, some functions becameian2016-04-071-40/+40
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-135/+192
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-11/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Make imx6 systems work again after recent import of new dts files.ian2016-02-231-0/+72
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-224-5/+0
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-1/+1
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-112-0/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+2
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-2/+16
* Quick exit after setting the clock control register.jhibbits2016-01-171-0/+1
* Add i.MX 6 IPU driver and enable it in IMX6 configgonzo2015-12-212-0/+1205
* - Add driver for i.MX 6 HDMI framergonzo2015-12-214-0/+1464
* Add CCM functions to enable HDMI framer and IPU units (video controller)gonzo2015-12-213-0/+55
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-182-16/+16
* Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-1/+1
* Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.cian2015-11-265-10/+42
* Update the imx5/imx6 cpu_reset() implementation based on a new understandingian2015-11-211-6/+4
* Create device options for the two common ARM timers.andrew2015-11-212-3/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-213-7/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-204-5/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-203-3/+0
* Remove pl310.c from the SoC std.* files, it's in files.armandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-204-14/+0
* Replace magic numbers for CCGRx registers with more descriptive namesgonzo2015-11-142-8/+81
* - Add driver for System-Reset-Controler i.MX6 modulegonzo2015-11-133-0/+208
* Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3gonzo2015-11-121-1/+1
* Enable ARM_INTRNG on IMX6 platforms, and make the imx_gpio driver anian2015-10-182-86/+317
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-092-4/+4
* Mostly rewrite the imx i2c driver. This started out as an attempt to fixian2015-10-091-170/+121
* Make the imx watchdog actually work, by setting WDOG_CR_WDE (enable bit).ian2015-08-191-24/+16
* Add compatible strings for all the hardware this driver works with.ian2015-08-192-13/+26
* Include a header required for vtophys().br2015-06-061-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Use the new gic option on all configs that need it.andrew2015-05-102-2/+0
* Add the code necessary to run the imx6 chip at its lowest clock/powerian2015-05-054-21/+63
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toandrew2015-04-234-54/+4
* Reduce the diff between files.imx51 and files.imx53andrew2015-04-232-5/+5
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* Include vm/pmap.h for pmap_kextract.andrew2015-04-043-0/+9
OpenPOWER on IntegriCloud