summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/vybrid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-3/+3
* Add support for Freescale Vybrid Family VF600 heterogeneousbr2013-11-1216-0/+3157
OpenPOWER on IntegriCloud