summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-29ARM: gic: Remove __cpuinit attribute from gic_enable_ppi()3.0-pcl052-ts1.5Anthony Felice
The gic_enable_ppi() function is used with the global timer when resuming from STOP mode on the Vybrid Tower. With the __cpuinit attribute set, the gic_enable_ppi() function would have already been freed once the kernel finishes loading, causing a kernel oops when attempting to resume from STOP mode. Signed-off-by: Anthony Felice <tony.felice@timesys.com>
2014-05-29board-pcl052.c: Enable DMA for UART1Anthony Felice
Signed-off-by: Anthony Felice <tony.felice@timesys.com>
2014-05-29serial/mvf.c: Fix DMA channel deallocation.Gordon Smith
Signed-off-by: Anthony Felice <tony.felice@timesys.com>
2014-05-29iomux-mvf: Add UART0-5 pinmux definitions.Gordon Smith
Signed-off-by: Anthony Felice <tony.felice@timesys.com>
2014-03-05pcl052: Fix eth0 not being recognized3.0-pcl052-ts1.4Anthony Felice
This patch fixes eth0 with the pcl052 platform. It appears to be a vague init issue, as the actual code change relates to the way a DCU pin is enabled.
2014-02-25Disabled EDMA in UART Configuration to prevent jumbled characters on serial ↵Anthony Felice
port with Sysvinit.
2014-02-25Fixed a panic seen as soon as you type a character on the terminal when EDMA ↵Roshni 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-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-pcl052-ts1.3Anthony 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-pcl052-ts1.2Anthony Felice
2013-10-09Add mvf_sema4.h to header install list and allow to be included outside of ↵3.0-pcl052-ts1.1Anthony 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-09-17pcl052: fix pcl052_defconfig for the correct usb gadget3.0-pcl052-ts1Russell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17pcl052: add user button and led supportRussell Robinson Jr
The buttons are initially defined in arch/arm/mach-mvf/board-pcl052 and each LED is set to trigger by a corresponding button press. This is supported with a modified leds-gpio and trigger driver that enables assinging default gpio triggers values in kernel space. Signed-off-by: Johnathan Feuerstein <jfeuerstein@phytec.com> Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17leds-gpio: ledtrig-gpio: allow static gpio valRussell Robinson Jr
Modified leds-gpio and ledtrig-gpio driver to allow gpios to be designated in kernel space instead of being limited to user space assignment. Signed-off-by: Johnathan Feuerstein <jfeuerstein@phytec.com> Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17pcl052: update pcl052_defconfigRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17pcl052: revert usb0 to device modeRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17pcl052: general cleanup and config changesRussell Robinson Jr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
2013-09-17Fixed DCU multiplier calculationChris Conley
Signed-off-by: Chris Conley <cconley@phytec.com>
2013-09-17pcl052:DCU: Support for TDA1998X HDMI codec init addedChris Conley
Signed-off-by: Chris Conley <cconley@phytec.com>
2013-09-17pcl052:hdmi encoder support path excluded, minor fixes on clock related defineChris Conley
Signed-off-by: Chris Conley <cconley@phytec.com> Signed-off-by: Russell Robinson <rrobinson@phytec.com>
2013-09-17pcl052:hdmi encoder support path excluded, minor fixes on clock related defineChris Conley
Signed-off-by: Chris Conley <cconley@phytec.com>
2013-09-17pcl052: Cosmic board init and configuration supportChris Conley
Signed-off-by: Chris Conley <cconley@phytec.com> Signed-off-by: Russell Robinson <rrobinson@phytec.com>
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