summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-0426-26/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-294-4/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-294-4/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-293-3/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-291-2/+0
* Move the uart_class definitions and fdt compat data into the individualian2015-03-071-1/+8
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-8/+42
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-312-7/+11
* Add support for audio transmitting, include drivers for:br2015-01-2411-1/+1896
* Add pinctrl driver support for the encoded input register config wordsian2015-01-231-3/+28
* Enable all the mmc/sd controllers, because there's no telling which onesian2015-01-231-1/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-214-4/+4
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
OpenPOWER on IntegriCloud