summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-104-4/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-084-3/+3
* - Export panel info to DTSbr2014-03-071-13/+121
* Add driver for Port control and interrupts (PORT).br2014-03-074-33/+299
* Add a tunable to set the number of active cores, and enable SMP by default.ian2014-03-021-2/+10
* Add some rudimentary voltage control to go with the rudimentary frequencyian2014-02-281-2/+77
* Initialize the Low Power Mode bits to keep the ARM cores running during WFI.ian2014-02-272-7/+35
* 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
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-11/+0
* Minor tweaks to the imx GPT timer...ian2014-02-261-6/+6
* - Pin configuration is a complete iomux register now and includesbr2014-02-252-34/+49
* Invalidate the SCU cache tag ram on all 4 cores, not just 1-3. I misreadian2014-02-251-7/+11
* Add the bits needed to run SMP on imx6.ian2014-02-243-0/+170
* Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R)ian2014-02-231-1/+1
* Don't force bootverbose on anymore, it can be set from ubldr now.ian2014-02-231-3/+0
* Add basic cpu frequency control and temperature monitoring to imx6_anatop.ian2014-02-213-26/+438
* Add early printf support, wrapped in #if 0 because it's only rarely needed.ian2014-02-201-0/+24
* - Decrease buffer size.br2014-02-161-3/+6
* Add driver for Synchronous Audio Interface (SAI).br2014-02-162-0/+803
* Oops, remove some dregs of debugging.ian2014-02-161-1/+1
* Make it possible to access the ocotp registers before the ocotp deviceian2014-02-162-15/+71
* Sweep up a couple crumbs left over from the imx6->fsl renaming.ian2014-02-151-2/+3
* It turns out Freescale cleverly made the ocotp device compatible acrossian2014-02-155-94/+92
* Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.ian2014-02-151-26/+98
* Add a driver to provide access to imx6 on-chip one-time-programmble data.ian2014-02-154-0/+272
* Remove a couple obsolete function declarations.ian2014-02-131-3/+0
* Add function for configuring PLL4 (Audio) clock frequency output.br2014-02-132-4/+34
* Add handling of standard "non-removable" property, and also some workaroundian2014-02-131-0/+23
* Write translation code for the SDHCI_PRESENT_STATE register. Freescaleian2014-02-131-7/+43
* Add drivers for:br2014-02-085-0/+729
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-2/+2
* 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-0222-0/+67
* o Expand device tree informationbr2014-02-022-26/+359
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-284-5/+0
* Fix build after FDT changes.ray2014-01-161-0/+1
* Add #include <machine/fdt.h> to a few files that used to get it viaian2014-01-051-0/+1
* Add Freescale i.MX515 vt(9) driver.ray2013-12-222-1/+347
* After r256961 ofw_iicbuc.c will be built for any kernel which includesloos2013-12-123-3/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-306-6/+6
* Add support for Freescale Vybrid Family VF600 heterogeneousbr2013-11-1216-0/+3157
* Apparently with "const uint32_t foo = 0x60;" gcc doesn't consider 'foo'ian2013-11-101-4/+4
* Switch to use common ARMv6/v7 bus_space tag.ray2013-11-064-133/+3
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-2/+2
* Remove local devmap code and use the essentially identical common codeian2013-11-054-118/+116
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-17/+10
* Move remaining code and data related to static device mapping into theian2013-11-041-4/+4
* Begin reducing code duplication in arm pmap.c and pmap-v6.c by factoringian2013-11-042-9/+8
OpenPOWER on IntegriCloud