| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a driver for Serial Peripheral Interface (SPI). | br | 2014-06-11 | 2 | -0/+294 |
* | Remove extra semicolons. | kevlo | 2014-06-06 | 1 | -1/+1 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 4 | -20/+25 |
* | Fix return value. Should be logic one or zero. | br | 2014-05-15 | 1 | -1/+1 |
* | Fix typo. | br | 2014-05-14 | 1 | -1/+1 |
* | Enable PL310 power-saving modes and tune the cache ram latencies for imx6. | ian | 2014-05-06 | 1 | -0/+13 |
* | Move duplicated code to print l2 cache config into the common code. | ian | 2014-04-27 | 1 | -36/+0 |
* | Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead | ian | 2014-04-26 | 8 | -46/+117 |
* | Updates to i.MX53: | rpaulo | 2014-04-08 | 4 | -67/+107 |
* | Follow files.imx51 and add vt support. | rpaulo | 2014-04-05 | 1 | -0/+2 |
* | Flag several sysctl variables as tunables. | ian | 2014-04-04 | 1 | -3/+4 |
* | Rework the cpu frequency management code for imx6. | ian | 2014-04-02 | 1 | -56/+178 |
* | Switch imx6 to using the mpcore per-cpu event timers, but continue to use | ian | 2014-04-02 | 3 | -0/+7 |
* | Don't call sdhci_init_slot() until after handling the FDT properties | ian | 2014-04-02 | 1 | -3/+3 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 4 | -4/+0 |
* | Move all the files named foo/common.c to foo/foo_common.c, as | imp | 2014-03-08 | 4 | -3/+3 |
* | - Export panel info to DTS | br | 2014-03-07 | 1 | -13/+121 |
* | Add driver for Port control and interrupts (PORT). | br | 2014-03-07 | 4 | -33/+299 |
* | Add a tunable to set the number of active cores, and enable SMP by default. | ian | 2014-03-02 | 1 | -2/+10 |
* | Add some rudimentary voltage control to go with the rudimentary frequency | ian | 2014-02-28 | 1 | -2/+77 |
* | Initialize the Low Power Mode bits to keep the ARM cores running during WFI. | ian | 2014-02-27 | 2 | -7/+35 |
* | Do not setup interrupt handler (polling is used). | br | 2014-02-27 | 1 | -33/+6 |
* | Add driver for Inter-Integrated Circuit (I2C). | br | 2014-02-27 | 2 | -0/+499 |
* | Replace many pasted identical definitions of cpu_initclocks() with a common | ian | 2014-02-26 | 1 | -11/+0 |
* | Minor tweaks to the imx GPT timer... | ian | 2014-02-26 | 1 | -6/+6 |
* | - Pin configuration is a complete iomux register now and includes | br | 2014-02-25 | 2 | -34/+49 |
* | Invalidate the SCU cache tag ram on all 4 cores, not just 1-3. I misread | ian | 2014-02-25 | 1 | -7/+11 |
* | Add the bits needed to run SMP on imx6. | ian | 2014-02-24 | 3 | -0/+170 |
* | Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R) | ian | 2014-02-23 | 1 | -1/+1 |
* | Don't force bootverbose on anymore, it can be set from ubldr now. | ian | 2014-02-23 | 1 | -3/+0 |
* | Add basic cpu frequency control and temperature monitoring to imx6_anatop. | ian | 2014-02-21 | 3 | -26/+438 |
* | Add early printf support, wrapped in #if 0 because it's only rarely needed. | ian | 2014-02-20 | 1 | -0/+24 |
* | - Decrease buffer size. | br | 2014-02-16 | 1 | -3/+6 |
* | Add driver for Synchronous Audio Interface (SAI). | br | 2014-02-16 | 2 | -0/+803 |
* | Oops, remove some dregs of debugging. | ian | 2014-02-16 | 1 | -1/+1 |
* | Make it possible to access the ocotp registers before the ocotp device | ian | 2014-02-16 | 2 | -15/+71 |
* | Sweep up a couple crumbs left over from the imx6->fsl renaming. | ian | 2014-02-15 | 1 | -2/+3 |
* | It turns out Freescale cleverly made the ocotp device compatible across | ian | 2014-02-15 | 5 | -94/+92 |
* | Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout. | ian | 2014-02-15 | 1 | -26/+98 |
* | Add a driver to provide access to imx6 on-chip one-time-programmble data. | ian | 2014-02-15 | 4 | -0/+272 |
* | Remove a couple obsolete function declarations. | ian | 2014-02-13 | 1 | -3/+0 |
* | Add function for configuring PLL4 (Audio) clock frequency output. | br | 2014-02-13 | 2 | -4/+34 |
* | Add handling of standard "non-removable" property, and also some workaround | ian | 2014-02-13 | 1 | -0/+23 |
* | Write translation code for the SDHCI_PRESENT_STATE register. Freescale | ian | 2014-02-13 | 1 | -7/+43 |
* | Add drivers for: | br | 2014-02-08 | 5 | -0/+729 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 1 | -2/+2 |
* | o Add prototype for tcon_bypass() used by dcu4 | br | 2014-02-02 | 2 | -1/+4 |
* | Add driver for Display Control Unit (DCU4). | br | 2014-02-02 | 3 | -0/+498 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 22 | -0/+67 |
* | o Expand device tree information | br | 2014-02-02 | 2 | -26/+359 |