summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-kernel
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Add QSPI support and Hyperflash devicetree support.Andrey Dolnikov19-0/+3205
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-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-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-13AR0132: add FLIP fixVladimir Barinov1-1/+1
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-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-26Enable thermal sensor driver for V3MAndrey Dolnikov1-0/+1
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 Barinov4-6/+421
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-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
2018-02-26V3M VBM V2: deploy dtbVladimir Barinov1-0/+1
Deploy dtb file for V3M VideoBoxMini V2 board
2018-02-26V3M Eagle: add PMICVladimir Barinov2-4/+39
This adds PMIC devices (regulator,wdt,rtc) on Eagle
2018-02-26Adds RSE support for V3H IMRVladimir Barinov3-1/+331
This adds RSE support for V3H IMR
2018-02-26Add V3M based Video Box Mini V2 boardVladimir Barinov2-39/+126
This cleans up VideoBoxMini board and add VideoBoxMini V2 board
2018-02-26Add OV2775 cameraVladimir Barinov1-55/+2425
This adds OV2775 sensor connected to TI953 seriliazer
2018-02-26VideoBoxMini: fix POC sequence typosVladimir Barinov1-6/+6
This fixes POC sequence on following boards: - V3MSK + VideoBoxMini - ULCB + VideoBoxMini
2018-02-26Fix merge conflictVladimir Barinov1-1/+1
Fix build fail
2018-02-26Add V3MZF targetVladimir Barinov3-0/+31
2018-02-26Fix Kingfisher regulatorVladimir Barinov2-54/+0
The patch 0035-* breaks regulators on KF board. As a result the Multichannal audio was broken
2018-02-26LVDS: move from poc-supply to poc-gpiosVladimir Barinov2-494/+163
Use gpiod instead of gpio regulator in LVDS drivers This is ruquired to remove patch: 0035-regulator-fixed-probe-after-i2c.patch The above patch breaks regulators support on Kingfisher board
2018-02-26LVDS: remove helper patches for vendor camerasVladimir Barinov4-1038/+0
Remove these helper patches since it is possible to adjust cameras feature in kernel command line now
2018-02-26LVDS: unify TI9X4 deserilalizers family, add V3MZF boardVladimir Barinov7-1674/+1705
1) unify TI9X4 deseializers (TI954, TI964) 2) add V3MZF board 3) shorten deserilziers name in Kconfig/Makefile 4) add camera sensor AR0220
2018-02-01VB2: add MCP251X driver for can2 and can3Andrey Gusakov1-0/+1
2018-02-01VB2: add rtc dts nodeAndrey Gusakov1-6/+10
2018-01-31H3 ws2.0: fix ssi349 nameVladimir Barinov2-0/+29
This is tested on KF + H3 ws2.0
2018-01-31V3M/H: fix IMP resourcesVladimir Barinov2-21/+53
Fix IMP sizes/names/sysc Add new IMP blocks
2018-01-28LVDS: add poc-delay dts fieldVladimir Barinov1-37/+71
1) add poc-delay field that introduces extra delay after apply POC-supply power. Default value is 50ms 2) add stability fixes for AP0101-AR014x cameras: read OTP_ID runtime (do not use cached value at kernel boot time, since it may read unstable/incorrectly)
2018-01-28Use POC-supply in VB, VB2 based boardVladimir Barinov1-214/+308
1) replace gpio-hog power with POC-supply regulator on VideoBox and VideoBox2 boards 2) remove sensor-delay filed form dts if it is 0 and if it is replaced with POC-supply
2018-01-25V3H: Add GETHERVladimir Barinov3-96/+278
1) Add GETHER in uboot/kernel 2) Condor board: setup as default interface
2018-01-24SPI slave: fix WARN messageVladimir Barinov3-28/+1
This fixes warn message form spidev driver
2018-01-23[linux-renesas] add support MD and RAID devices into ulcb configRoman Meshkevich1-0/+3