Age | Commit message (Collapse) | Author |
|
Update platform support for dspi driver after debugging on board.
Signed-off-by: Jason Jin <jason.jin@freescale.com>
Alison Wang <b18965@freescale.com>
|
|
Four LEDS are connected to FTM0 ch0~3 on TWR-MVF600 board,
the PWM signal can use control these LEDS on/off or demo.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
The FlexTimer work on PWM mode with EPWM and CPWM supported.
The API configures each FTM channels the same due to pwm subsystem
interface restriction.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
This patch enable the ADMA2 function for the SDHC module used
on Faraday board. Please note that the ADMA address should be 16
bytes aligned other than 4 byte in the spec.
This patch also increased the SDHC module frequency to 200MHz.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Only disable the high-speed device disconnection detction for
level-1 device, or the connection detecting would fail.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Enable the softecc in the config to make the NFC use softecc.
also include the defconfig update for:
ENGR220009:The LCD panel goes blank after a long time
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
If framebuffer console support is enabled, blanking the screen will
occur after a long time. To avoid it, the option for disabling blanking
is added.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
This patch is to update Edma driver after debugging on board.
mainly, fixed the bug that resulting the request source of DMA1 overflow
Signed-off-by: Xiaochun Li <b41219@freescale.com>
|
|
The call trace introduced by the card interrupt. This patch try to fix
this by disabling the card interrupt.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
This patch increase the delay time for the pll clock to lock. otherwise
the kernel will panic for the locking failure.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
The PKE and PUE should be declared for the GPIO pull up, otherwise the pin
will not be pulled up for the SDHC card detect input.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add default kernel config for Faraday.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
This patch is to tests eDMA driver.
a simple memory to memory transfer with a 32 bit
source and destination transfer size that generates
an interrupt when the transfer is complete.
Signed-off-by: Xiaochun Li <b41219@freescale.com>
|
|
Detection of high-speed USB device disconnection should be enable
on connection and disable on disconnection.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
OTG1 acts as gadget and OTG2 acts as host on TWR-MVF600 board.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Add dspi driver support for Faraday.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add platform support for dspi driver.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add SAI driver support for Faraday.
Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Xiaochun Li <b41219@freescale.com>
|
|
Add platform support for SAI driver.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add dcu driver support for Faraday.
The penguin logo could be shown correctly and the microwindows
application was also tested.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add platform support for dcu driver.
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add NFC driver support for Faraday.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add platform support for NFC driver.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add platform support for RTC driver.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add the I2C controller support for Faraday.
Enable the I2C0 for Faraday. There are some different with I.MX
for I2C controller, The i2c enable bit is invert with i.mx and the
interrupt clear is w1c on Faraday but w0c on i.mx
As there are more than one devices on the bus, the drive strength
is set to 50ohm, otherwise, some device can not be found.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add platform support for I2C controller.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add EDMA driver support for MVF.
can use the "Always enable" model and DMA request sources
from DMA1.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Xiaochun Li <b41219@freescale.com
|
|
Add platform support for edma driver.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Xiaochun Li <b41219@freescale.com>
|
|
Add esdhc controller support for MVF.
The wp_pin for esdhc should be disabled.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add platform support for esdhc driver.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add FEC driver support for MVF.
Update the phyid for micrel ksz8041 phy.
There are several version sz8041 with different phyid. Those id:
0x00221510, 0x00221512, 0x00221513 were found on different version
SER board. So change the mask to 0x00fffff0 to fit the different version.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add platform support for FEC driver.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Alison Wang <b18965@freescale.com>
|
|
Add basic UART and console support for MVF.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Add platform support for UART driver.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
Add gpio API for MVF platform.
The MVF GPIO framwork is different with i.mx.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add IOMUX definiation and initialization.
Add the iomux initialization support for Faraday.
Define the io pad settings for some function modules. Those
pad ctrl settings may need to adjust during the feature tuning
process.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
|
|
Add MSL support for MVF platform.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Jingchang Lu <b35083@freescale.com>
|
|
This patch adds processor info for ARM Ltd. Cortex A5,
which has SCU initialisation procedure identical to A9.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit 15eb169bfec291faf25b158cfa9842b72f7803ad)
|
|
The PMUv2 specification reserves a number of event encodings
for common events.
This patch adds these events to the common event enumeration
in preparation for PMUv2 cores, such as Cortex-A15.
Acked-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit 6d4eaf991c654af54a19c0fa48e0ad62cefbc37c)
|
|
As most of the proc info content is common across all v7
processors, this patch converts existing A9 and generic v7
descriptions into a macro (allowing extra flags in future).
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit dc939cd835d0e2d3ff4197d6e2c017d269616d20)
|
|
This patch adds support for the Cortex-A5 PMU to the ARMv7 perf-event
backend.
Signed-off-by: Will Deacon <will.deacon@arm.com>
(cherry picked from commit 0c205cbe20654616e2f8389c0c1ff707d9dccb63)
|
|
Update the fsl copyright of gpu kernel driver to 2012
Signed-off-by: Huang Loren <b02279@freescale.com>
|
|
Merge 4.6.5 p1 kernel part code.
Signed-off-by: Loren Huang <b02279@freescale.com>
Acked-by: Lily Zhang
|