aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16[alsa-state] Added alsa config for h3ulcb boardRoman Meshkevich2-0/+322
2018-04-11Enable ISP kernel config optionVladimir Barinov6-0/+7
(ISP driver is not provided on github)
2018-04-11Add VideoBox with ISP dts filesVladimir Barinov1-4/+162
Add dts files for VideoBox to be used with ISP (ISP driver provided separately)
2018-04-11LVDS Sensors: add OX03A initial, IMX390, fix OV2775Vladimir Barinov1-95/+6857
This adds sensor OX03A, IMX390 Fix pll for OV2775 Fix refclk for all TI953 users Add ADV_DEBUG for soc_platform drivers
2018-04-11V3H: add ISP resources in dtsiVladimir Barinov1-9/+33
2018-04-11V3M: add ISP resources in dtsiVladimir Barinov1-7/+19
2018-04-05recipes-kernel: linux-renesas: ulcb: Make AK4613 device name consistentValentine Barshak2-0/+60
This makes AK4613 sound device name consistent throughout all ULCB boards. This helps to avoid naming issues when pulseaudio fails to start because the device has different names on infotainment and starter boards. For example, "ak4613" on Kingfisher vs "rsnd-dai.0-ak4613-hifi" on Starter Kit. Pulseaudio is expecting "ak4613" name. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
2018-04-05recipes-multimedia: pulseaudio: Fix INITSCRIPT variablesValentine Barshak1-4/+3
This fixes pulseaudio daemon INITSCRIPT variables. These variables are used by update-rc.d class for enabling the daemon in the root filesystem. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
2018-04-04br-test: add tool to configure switch over SPIAndrey Gusakov3-0/+24
For VB1.
2018-04-04V3MZF: add generic kernel UIO for IMPVladimir Barinov1-0/+1
2018-03-30VB2: drop i2c2 clock to 100 KHzAndrey Gusakov1-14/+5
cs2000 support only 100 KHz clock. cs2000 is needed for onboard sound. ...and some minor cleanup
2018-03-30ULCB: fix onboard soundAndrey Gusakov2-0/+66
2018-03-30VB2: enable ULCB soundAndrey Gusakov1-46/+10
2018-03-30Add extra packages and extra image featuresDmitry Shifrin1-0/+18
2018-03-30Add dev package for openssh-sftp-serverDmitry Shifrin1-0/+3
2018-03-27VB2: disable autosuspend for TUSB8041 hubAndrey Gusakov2-11/+18
2018-03-26VB2: enable Kvaset USB/CANAndrey Gusakov1-0/+1
2018-03-26VB2: fix can2 and can3 coldstart probe failAndrey Gusakov3-24/+87
Reset pins of external mcp251x can adapters are driven by i2c gpio extender pins which is probed later than mcp251x. So at probe time reset pins are low causing probe fail. Add reset-gpio support to driver. Adjust VB2 dtb.
2018-03-21ULCB-KF: ULCB has cs2000 with 100khz i2c clkVladimir Barinov1-3/+1
ULCB has CS2000 onboard with maximum allowed i2c clk rate 100khz. Hence the parent (KF) must follow this restriction.
2018-03-21V3MZF: update dts file to use CS1 in hardwareVladimir Barinov1-1/+2
2018-03-16V3M: eable CR7 for building RFSVladimir Barinov3-0/+9
2018-03-16Build fix for previouse commitVladimir Barinov1-3/+3
2018-03-15V3MSK VBM and V3MZF: update spi slave after fixesVladimir Barinov1-10/+7
1) Use h/w spi chip-select frame instead gpio 2) update filed name for spi slave device
2018-03-15SPI: fix perfromance and fix SPI slave packets lossVladimir Barinov2-36/+305
- this fixes SPI performance when small chunks are used during transfer under heavy cpu load - fix spi slave<->master packets loss under heavy load
2018-03-13V3M: add CR7 loader supportVladimir Barinov4-27/+67
Make V3M boot from CR7 by default (look in eLinux instructions)
2018-03-13AR0132: add FLIP fixVladimir Barinov1-1/+1
2018-03-12Add udev rules to create nice-looking links to VIP devices.Andrey Dolnikov2-0/+3
2018-03-12Add V3H VIP devices support.Andrey Dolnikov4-0/+197
2018-03-07VB2: enable USB23 (labeled "USB2") on H3 ES20Andrey Gusakov1-5/+31
On ES1.1 this port is USB3.0. On ES2.0 this port is USB2.0
2018-02-28[recipes-support] update glm version to 0.9.7.6Roman Meshkevich3-23/+10
2018-02-26V3HSK: add access to CPLDVladimir Barinov1-40/+189
This add CPLD access for V3HSK
2018-02-26RCAR I2C UBOOT: add 16 bit addressingVladimir Barinov2-0/+89
This adds 16bit addressing for RCAR I2C in uboot
2018-02-26V3H: Add VideoBoxMini and VideoBoxMini V2 boardsVladimir Barinov3-6/+607
This adds V3HSK exapsion boards
2018-02-26V3MZF: add eMMC in kernelVladimir Barinov1-6/+44
2018-02-26V3MZF: fix Micrel reset lineVladimir Barinov1-1/+4
2018-02-26Enable thermal sensor driver for V3MAndrey Dolnikov1-0/+1
2018-02-26V3MSK: unify env variables in QSPI and fix cpld accessVladimir Barinov1-3/+5
1) set env veriables in QSPI instead of eMMC 2) on VBM V2 the gp0_14 is used to disable conflicting with CPLD pin from CANFD transceiver
2018-02-26Fix typoVladimir Barinov1-1/+1
This fixes the typo during patch update
2018-02-26V3M Eagle: remove du_pins htat are not usedVladimir Barinov1-8/+1
Remove dependencey on RGB pins since theare are not used on Eagle board. The LVDS interface is used.
2018-02-26Add V3H Starter Kit boardVladimir Barinov11-7/+1301
This adds V3H Starter Kit board support
2018-02-26V3M: Support ES1.0 SoCVladimir Barinov2-18/+325
2018-02-26V3M VideoBoxMiniV2: set POCx-gpios instead POCx-gpioVladimir Barinov1-4/+4
It is already used for all POCx-gpios and not POCx-gpio. Both are functonal for 1 gpio used. This change just syncs with others.
2018-02-26V3M VidoeoBoxMiniV2: user proper compatibleVladimir Barinov1-1/+1
the "spidev" is prohibbited to use for binding
2018-02-26V3MSK: add PMICVladimir Barinov1-5/+36
This add DA9063 PMIC on V3MSK I2C0 bus
2018-02-26V3MSK and Condor have 2GB memoryVladimir Barinov1-2/+2
2018-02-26IMR: push rotation-scaling-enable flag upVladimir Barinov1-1/+1
The flag number 8 is already busy with another option, hence push RSE flag up
2018-02-26V3H CR7 Loader: add PACKAGE_ARCH optionVladimir Barinov1-0/+2
Add PACKAGE_ARCH option to build in machine directory
2018-02-26V3H: add CR7 LoaderVladimir Barinov2-0/+45
Add CR7 Loader for V3H ES1.0 (support only Condor board DRAM setup)
2018-02-26V3H: add arm-trusted-firmwareVladimir Barinov3-0/+2558
2018-02-26V3M/V3H: sysc workaround for power down, cpu clock fixupVladimir Barinov5-78/+460
This adds SYSC workaround for power domains power down sequence on V3M/V3H and add cpu clock fixup on V3H. Also add VisionIP nodes and fix VSP i/f on V3H