summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/vybrid
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-104-15/+15
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-281-2/+16
* Create device options for the two common ARM timers.andrew2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-201-2/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-5/+0
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-091-2/+2
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* 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-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-0416-16/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-291-1/+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-311-3/+21
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-0/+1
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-051-0/+1
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* Moves all the duplicate code to a single function.loos2014-11-181-9/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Rename i.MX I2C driver file.br2014-07-221-1/+1
* Add very basic driver for 12-bit Analog to Digital Converter (ADC).br2014-06-153-0/+276
* Add a driver for Serial Peripheral Interface (SPI).br2014-06-112-0/+294
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Fix return value. Should be logic one or zero.br2014-05-151-1/+1
* Fix typo.br2014-05-141-1/+1
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* - Export panel info to DTSbr2014-03-071-13/+121
* Add driver for Port control and interrupts (PORT).br2014-03-074-33/+299
* Do not setup interrupt handler (polling is used).br2014-02-271-33/+6
* Add driver for Inter-Integrated Circuit (I2C).br2014-02-272-0/+499
* - Pin configuration is a complete iomux register now and includesbr2014-02-252-34/+49
* - Decrease buffer size.br2014-02-161-3/+6
* Add driver for Synchronous Audio Interface (SAI).br2014-02-162-0/+803
* Add function for configuring PLL4 (Audio) clock frequency output.br2014-02-132-4/+34
* Add drivers for:br2014-02-085-0/+729
* o Add prototype for tcon_bypass() used by dcu4br2014-02-022-1/+4
* Add driver for Display Control Unit (DCU4).br2014-02-023-0/+498
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-028-0/+24
* o Expand device tree informationbr2014-02-022-26/+359
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
OpenPOWER on IntegriCloud