summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-25Fixed a panic seen as soon as you type a character on the terminal when EDMA ↵3.0-pcm052-ts2.9Roshni Shah
is disabled in UART config. The receive interrupt was attempting to schedule a work queue only defined if EDMA is enabled. kernel BUG at kernel/workqueue.c:1037! Unable to handle kernel NULL pointer dereference at virtual address 00000000
2014-02-25Disabled EDMA in UART Configuration to prevent jumbled characters on serial ↵Roshni Shah
port with Sysvinit.
2014-02-25Fixed the uart_tasklet_action NULL pointer deference panic in MVF Serial Driverroshni.shah
2014-02-25Support for setting TX clear-to-send in set modem CTRL in MVF Serial Driverroshni.shah
2014-02-25MVF Serial Driver Improvements to fix the sysvinit console hang issue.roshni.shah
2014-02-25Removed dead code, corrected comments, print uart settings in MVF Serial Driverroshni.shah
2014-01-23Add missing header for __exception_irq_entry in global timer3.0-pcm052-ts2.8Anthony Felice
Fixes issue reported in ticket #52637
2014-01-23Add missing Global Timer source file.Anthony Felice
2014-01-23Add Global Timer support to fix High Resolution Timer functionality.Anthony Felice
This patch was submitted by Yoshihisa Ozawa <ozawa@lineo.co.jp> in ticket #52306.
2013-11-21Fix typo in DSPI2 and DSPI3 base address3.0-pcm052-ts2.7Anthony Felice
2013-10-09Add mvf_sema4.h to header install list and allow to be included outside of ↵3.0-pcm052-ts2.6Anthony Felice
the kernel.
2013-10-09add a test call to determine state of semaphore without requesting itEd Nash
2013-10-09add support for spin locksEd Nash
2013-10-09add latency stats and make debugfs writeableEd Nash
2013-10-09fix debugfs worng directory for gate. cleanup debug comment / code in i2c-imxEd Nash
2013-10-09fix gate number constantEd Nash
2013-10-09add debugfs statistics and some code cleanupEd Nash
2013-08-28pcm052: qspi0: move NOR mtdparts to u-boot and match .name to hardware busRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-08-28pcm052: add pwm backlight support; enable uart2Russell Robinson Jr
additional changes: enabled ADC and updated QSPI parts
2013-08-28pcm052: enable watchdogRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-08-28pcm052: qspi: add QSPI0_A and QSPI0_B NOR supportRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-08-28pcm052: fec1: support added for ETH1Serah Peterson
Signed-off-by: Serah Peterson <speterson@phytec.com>
2013-08-28pcm052: dcu: fix LCD clock frequency issuesRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-08-28pcm052: set the LCD_ENABLE pin in the board file instead of hard-coded #defineRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-08-28mvf: dcu: move DCU_LCD_ENABLE_PIN into the platform_data structRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-07-11Revert "ENGR00212256-1: GPU: Add platform support for GPU"Anthony Felice
This reverts commit 7bd040a53e9451526687ecc868d25288012b2a2d. This commit caused issues with the serial driver.
2013-07-11Revert "Add BPP ARGB8888 support for DCU driver"Anthony Felice
This reverts commit 453d0753de3538f439083dfac4070bb682954e6e. This commit caused issues with the serial driver.
2013-06-21Add BPP ARGB8888 support for DCU driver3.0-pcm052-ts2.5Alison Wang
Signed-off-by: Alison Wang <b18965@freescale.com>
2013-06-21ENGR00212256-1: GPU: Add platform support for GPUJason Jin
This patch add platform support for MVF GPU driver Signed-off-by: Xiaochun Li <b41219@freescale.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2013-05-10Don't reassign pads PTB6 and PTB7. They are used for uart-2 which is the ↵3.0-pcm052-ts2.4Ed Nash
default console (i.e. printf) for MQX as of the beta-3 release.
2013-05-10Update hw_breakpoint implementation in order to support CONFIG_PERF_EVENTSAnthony Felice
2013-04-26Add KGDB support3.0-pcm052-ts2.3Anthony Felice
2013-04-26Fix SDHC card timeout error.3.0-pcm052-ts2.2Anthony Felice
2013-03-29Merge branch '3.0-pcm052' of ssh://github.com/tsfs/Vybrid-Linux into 3.0-pcm0523.0-pcm052-ts2.1Justin Waters
2013-03-29fix scheduler not seeing time pass, would not interrupt cpu bound processRoshni Shah
Signed-off-by: Ed Nash <ed@kidlearn.com> Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-03-28pcm052: updating pcm052_defconfigRussell Robinson Jr
2013-03-14Initial changes to support mcc and i2c semaphore for ping pong demoPD13.0.2Russell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-03-14pcm052: audio: audio playback and record support addedRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-02-25Merge remote-tracking branch 'github/3.0-pcm052' into 3.0-pcm0523.0-pcm052-ts2Adam Lussier
Release 3.0-ts2: enable USB support for the phyCORE Vybrid
2013-02-11pcm052: usb: enable both USB0 and USB1 as ehci-hostRussell Robinson Jr
note: there are still intermittent detection errors with USB0 Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-02-11mvf: usb: create modular defines for ehci and some hardware address changes.Russell Robinson Jr
ehci changes are currently only used with phyCORE-Vybrid (pcm052) Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-02-11pcm052: usb: fix VBUS enable mux settings and assert GPIO to enable VBUSRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-02-11pcm052: sdhc: fix drive strength and use only hardware pull-upsRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-01-25pcm052: enable EEPROM driver in config, fix TSC IRQsRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-01-25Initial phyCORE-Vybrid changesRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2012-12-19pcm052: enable EEPROM driver in config, fix TSC IRQsPD13.0.0alpha3.0-pcm052-ts1Russell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2012-12-19Initial phyCORE-Vybrid changesRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2012-12-12fsl_nfc: Add default partitioningJustin Waters
Allows the NAND to properly probe if cmdline partitioning is not specified. Otherwise, it will fail silently.
2012-12-12Default configuration update for CAAM driverJason Jin
manually integrate from the CAAM part by Jason Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2012-12-12Vybrid CAAM driverJason Jin
From Singh Pradip-B09147. Integrate by Jason Jin Signed-off-by: Jason Jin <Jason.jin@freescale.com>