Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | ARM: gic: Remove __cpuinit attribute from gic_enable_ppi()3.0-pcm052-ts2.10 | Anthony 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-29 | board-pcm052.c: Enable DMA for UART1 | Anthony Felice | |
Signed-off-by: Anthony Felice <tony.felice@timesys.com> | |||
2014-05-29 | serial/mvf.c: Fix DMA channel deallocation. | Gordon Smith | |
Signed-off-by: Anthony Felice <tony.felice@timesys.com> | |||
2014-05-29 | iomux-mvf: Add UART0-5 pinmux definitions. | Gordon Smith | |
Signed-off-by: Anthony Felice <tony.felice@timesys.com> | |||
2014-02-25 | Fixed a panic seen as soon as you type a character on the terminal when EDMA ↵3.0-pcm052-ts2.9 | 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-25 | Disabled EDMA in UART Configuration to prevent jumbled characters on serial ↵ | Roshni Shah | |
port with Sysvinit. | |||
2014-02-25 | Fixed the uart_tasklet_action NULL pointer deference panic in MVF Serial Driver | roshni.shah | |
2014-02-25 | Support for setting TX clear-to-send in set modem CTRL in MVF Serial Driver | roshni.shah | |
2014-02-25 | MVF Serial Driver Improvements to fix the sysvinit console hang issue. | roshni.shah | |
2014-02-25 | Removed dead code, corrected comments, print uart settings in MVF Serial Driver | roshni.shah | |
2014-01-23 | Add missing header for __exception_irq_entry in global timer3.0-pcm052-ts2.8 | Anthony Felice | |
Fixes issue reported in ticket #52637 | |||
2014-01-23 | Add missing Global Timer source file. | Anthony Felice | |
2014-01-23 | Add 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-21 | Fix typo in DSPI2 and DSPI3 base address3.0-pcm052-ts2.7 | Anthony Felice | |
2013-10-09 | Add mvf_sema4.h to header install list and allow to be included outside of ↵3.0-pcm052-ts2.6 | Anthony Felice | |
the kernel. | |||
2013-10-09 | add a test call to determine state of semaphore without requesting it | Ed Nash | |
2013-10-09 | add support for spin locks | Ed Nash | |
2013-10-09 | add latency stats and make debugfs writeable | Ed Nash | |
2013-10-09 | fix debugfs worng directory for gate. cleanup debug comment / code in i2c-imx | Ed Nash | |
2013-10-09 | fix gate number constant | Ed Nash | |
2013-10-09 | add debugfs statistics and some code cleanup | Ed Nash | |
2013-08-28 | pcm052: qspi0: move NOR mtdparts to u-boot and match .name to hardware bus | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-08-28 | pcm052: add pwm backlight support; enable uart2 | Russell Robinson Jr | |
additional changes: enabled ADC and updated QSPI parts | |||
2013-08-28 | pcm052: enable watchdog | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-08-28 | pcm052: qspi: add QSPI0_A and QSPI0_B NOR support | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-08-28 | pcm052: fec1: support added for ETH1 | Serah Peterson | |
Signed-off-by: Serah Peterson <speterson@phytec.com> | |||
2013-08-28 | pcm052: dcu: fix LCD clock frequency issues | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-08-28 | pcm052: set the LCD_ENABLE pin in the board file instead of hard-coded #define | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-08-28 | mvf: dcu: move DCU_LCD_ENABLE_PIN into the platform_data struct | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-07-11 | Revert "ENGR00212256-1: GPU: Add platform support for GPU" | Anthony Felice | |
This reverts commit 7bd040a53e9451526687ecc868d25288012b2a2d. This commit caused issues with the serial driver. | |||
2013-07-11 | Revert "Add BPP ARGB8888 support for DCU driver" | Anthony Felice | |
This reverts commit 453d0753de3538f439083dfac4070bb682954e6e. This commit caused issues with the serial driver. | |||
2013-06-21 | Add BPP ARGB8888 support for DCU driver3.0-pcm052-ts2.5 | Alison Wang | |
Signed-off-by: Alison Wang <b18965@freescale.com> | |||
2013-06-21 | ENGR00212256-1: GPU: Add platform support for GPU | Jason 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-10 | Don't reassign pads PTB6 and PTB7. They are used for uart-2 which is the ↵3.0-pcm052-ts2.4 | Ed Nash | |
default console (i.e. printf) for MQX as of the beta-3 release. | |||
2013-05-10 | Update hw_breakpoint implementation in order to support CONFIG_PERF_EVENTS | Anthony Felice | |
2013-04-26 | Add KGDB support3.0-pcm052-ts2.3 | Anthony Felice | |
2013-04-26 | Fix SDHC card timeout error.3.0-pcm052-ts2.2 | Anthony Felice | |
2013-03-29 | Merge branch '3.0-pcm052' of ssh://github.com/tsfs/Vybrid-Linux into 3.0-pcm0523.0-pcm052-ts2.1 | Justin Waters | |
2013-03-29 | fix scheduler not seeing time pass, would not interrupt cpu bound process | Roshni Shah | |
Signed-off-by: Ed Nash <ed@kidlearn.com> Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-03-28 | pcm052: updating pcm052_defconfig | Russell Robinson Jr | |
2013-03-14 | Initial changes to support mcc and i2c semaphore for ping pong demoPD13.0.2 | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-03-14 | pcm052: audio: audio playback and record support added | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-02-25 | Merge remote-tracking branch 'github/3.0-pcm052' into 3.0-pcm0523.0-pcm052-ts2 | Adam Lussier | |
Release 3.0-ts2: enable USB support for the phyCORE Vybrid | |||
2013-02-11 | pcm052: usb: enable both USB0 and USB1 as ehci-host | Russell Robinson Jr | |
note: there are still intermittent detection errors with USB0 Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-02-11 | mvf: 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-11 | pcm052: usb: fix VBUS enable mux settings and assert GPIO to enable VBUS | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-02-11 | pcm052: sdhc: fix drive strength and use only hardware pull-ups | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-01-25 | pcm052: enable EEPROM driver in config, fix TSC IRQs | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2013-01-25 | Initial phyCORE-Vybrid changes | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> | |||
2012-12-19 | pcm052: enable EEPROM driver in config, fix TSC IRQsPD13.0.0alpha3.0-pcm052-ts1 | Russell Robinson Jr | |
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com> |