aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale/vybrid
Commit message (Expand)AuthorAgeFilesLines
* 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
* EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-281-2/+16
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-201-2/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-201-5/+0
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore2015-10-091-2/+2
* Use the new gic option on all configs that need it.Andrew Turner2015-05-101-1/+0
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-0416-16/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.Andrew Turner2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.Andrew Turner2015-03-291-2/+0
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+8
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-3/+21
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-0/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadIan Lepore2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.Ian Lepore2014-12-211-0/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-9/+0
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Rename i.MX I2C driver file.Ruslan Bukin2014-07-221-1/+1
* Add very basic driver for 12-bit Analog to Digital Converter (ADC).Ruslan Bukin2014-06-153-0/+276
* Add a driver for Serial Peripheral Interface (SPI).Ruslan Bukin2014-06-112-0/+294
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Fix return value. Should be logic one or zero.Ruslan Bukin2014-05-151-1/+1
* Fix typo.Ruslan Bukin2014-05-141-1/+1
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* - Export panel info to DTSRuslan Bukin2014-03-071-13/+121
* Add driver for Port control and interrupts (PORT).Ruslan Bukin2014-03-074-33/+299
* Do not setup interrupt handler (polling is used).Ruslan Bukin2014-02-271-33/+6
* Add driver for Inter-Integrated Circuit (I2C).Ruslan Bukin2014-02-272-0/+499
* - Pin configuration is a complete iomux register now and includesRuslan Bukin2014-02-252-34/+49
* - Decrease buffer size.Ruslan Bukin2014-02-161-3/+6