Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-26 | V3M/V3H: sysc workaround for power down, cpu clock fixup | Vladimir Barinov | 5 | -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-26 | V3M VBM V2: deploy dtb | Vladimir Barinov | 1 | -0/+1 | |
Deploy dtb file for V3M VideoBoxMini V2 board | |||||
2018-02-26 | V3M Eagle: add PMIC | Vladimir Barinov | 2 | -4/+39 | |
This adds PMIC devices (regulator,wdt,rtc) on Eagle | |||||
2018-02-26 | Adds RSE support for V3H IMR | Vladimir Barinov | 3 | -1/+331 | |
This adds RSE support for V3H IMR | |||||
2018-02-26 | Add V3M based Video Box Mini V2 board | Vladimir Barinov | 2 | -39/+126 | |
This cleans up VideoBoxMini board and add VideoBoxMini V2 board | |||||
2018-02-26 | Add OV2775 camera | Vladimir Barinov | 1 | -55/+2425 | |
This adds OV2775 sensor connected to TI953 seriliazer | |||||
2018-02-26 | VideoBoxMini: fix POC sequence typos | Vladimir Barinov | 1 | -6/+6 | |
This fixes POC sequence on following boards: - V3MSK + VideoBoxMini - ULCB + VideoBoxMini | |||||
2018-02-26 | V3M: build arm-trusted-firmware | Vladimir Barinov | 3 | -0/+9 | |
Set ATF to build by default on V3M | |||||
2018-02-26 | Fix merge conflict | Vladimir Barinov | 1 | -1/+1 | |
Fix build fail | |||||
2018-02-26 | Add V3MZF target | Vladimir Barinov | 7 | -0/+350 | |
2018-02-26 | Add V3M ZF board support in uboot | Vladimir Barinov | 2 | -0/+475 | |
2018-02-26 | V3H: enable RAVB 1000BaseT speed | Vladimir Barinov | 1 | -1/+15 | |
NOTE: RAVB is not default on Condor board GETHER is default on Condor board | |||||
2018-02-26 | V3M SK: fix CPLD access in uboot | Vladimir Barinov | 1 | -3/+9 | |
2018-02-26 | V3M: enable RAVB 1000BaseT speed | Vladimir Barinov | 1 | -5/+19 | |
2018-02-26 | V3M EAGLE: enable cache in uboot | Vladimir Barinov | 1 | -2/+2 | |
2018-02-26 | Fix Kingfisher regulator | Vladimir Barinov | 2 | -54/+0 | |
The patch 0035-* breaks regulators on KF board. As a result the Multichannal audio was broken | |||||
2018-02-26 | LVDS: move from poc-supply to poc-gpios | Vladimir Barinov | 2 | -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-26 | LVDS: remove helper patches for vendor cameras | Vladimir Barinov | 4 | -1038/+0 | |
Remove these helper patches since it is possible to adjust cameras feature in kernel command line now | |||||
2018-02-26 | LVDS: unify TI9X4 deserilalizers family, add V3MZF board | Vladimir Barinov | 7 | -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-01 | VB2: add MCP251X driver for can2 and can3 | Andrey Gusakov | 1 | -0/+1 | |
2018-02-01 | VB2: add rtc dts node | Andrey Gusakov | 1 | -6/+10 | |
2018-01-31 | uboot: add RCAR I2C definitions | Vladimir Barinov | 1 | -0/+32 | |
2018-01-31 | H3 ws2.0: fix ssi349 name | Vladimir Barinov | 2 | -0/+29 | |
This is tested on KF + H3 ws2.0 | |||||
2018-01-31 | V3M/H: fix IMP resources | Vladimir Barinov | 2 | -21/+53 | |
Fix IMP sizes/names/sysc Add new IMP blocks | |||||
2018-01-31 | V3M/H uboot: fix reset, Micrel phy reset, emmc | Vladimir Barinov | 5 | -82/+85 | |
1) fix Eagle reset 2) add Condor Micrel PHY reset at startup 3) fix Eagle eMMC (expansion board with emmc 1.8V) 4) remove unused stuff | |||||
2018-01-28 | LVDS: add poc-delay dts field | Vladimir Barinov | 1 | -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-28 | Use POC-supply in VB, VB2 based board | Vladimir Barinov | 1 | -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-25 | Condor: fix eMMC power | Vladimir Barinov | 1 | -5/+16 | |
Condor eMMC power is 1.8V by default. This sets pingroup POC voltage to 1.8V | |||||
2018-01-25 | V3H: Add GETHER | Vladimir Barinov | 5 | -162/+371 | |
1) Add GETHER in uboot/kernel 2) Condor board: setup as default interface | |||||
2018-01-24 | SPI slave: fix WARN message | Vladimir Barinov | 3 | -28/+1 | |
This fixes warn message form spidev driver | |||||
2018-01-23 | V3M: fix broken build on V3M targets | Vladimir Barinov | 2 | -7/+8 | |
This fixes broken build on V3MSK and Eagle caused by uboot changes after adding V3H platform | |||||
2018-01-23 | [linux-renesas] add support MD and RAID devices into ulcb config | Roman Meshkevich | 1 | -0/+3 | |
2018-01-23 | OV490-OV10640: add module params | Vladimir Barinov | 1 | -31/+35 | |
1) add dvp_order module parameter 2) add max_height, max_width params This will allow override default dts params using kernel command line: f.e.: " ov106xx.dvp_order=2" or " ov106xx.max_width=1280 ov106xx.max_height=966 max9286.gpio_resetb=4 max9286.active_low_resetb=1 max9286.fsync_period=3200000" | |||||
2018-01-23 | MSIOF: add SPIDEV function | Vladimir Barinov | 11 | -6/+4348 | |
1) add spidev function on MSIOF 2) set MSOIF1 master and MSIOF slave on V3MSK VideoBoxMini | |||||
2018-01-23 | Pakcages: remove ssh-server-openssh, add spidev_test | Vladimir Barinov | 3 | -2/+23 | |
1) revert ssh-server-openssh isnce conflicts with dropbear 2) add spidev_test | |||||
2018-01-23 | Add packages | Vladimir Barinov | 1 | -2/+6 | |
1) add ssh-server-openssh for all target images (including minimal) 2) add git, svn, nano, vim, cmake 3) remove doubled string in package list | |||||
2018-01-22 | V3M/V3H: fix CMT0 timer offset | Vladimir Barinov | 2 | -4/+4 | |
2018-01-22 | Add V3H support and Condor board | Vladimir Barinov | 14 | -8/+11944 | |
1) add uboot R-Car V3H SoC (r87798) and V3H based Condor board 2) add kernel R-Car V3H SoC (r87798) and V3H based Condor board | |||||
2018-01-22 | V3MSK: minor naming fixes | Vladimir Barinov | 1 | -2/+2 | |
2018-01-22 | Eagle: remove USB_PEAK from kernel config | Vladimir Barinov | 1 | -1/+0 | |
Remove this since Eagle does not have USB | |||||
2018-01-22 | V3M: enable TMU, CMT timers in kernel, add tmu0 timer | Vladimir Barinov | 1 | -2/+5 | |
1) enable in kernel TMU,CMT timers via Kconfig 2) add missed timer tmu0 | |||||
2018-01-22 | Eagle: enable eMMC in uboot | Vladimir Barinov | 1 | -7/+29 | |
2018-01-20 | Update gstreamer-plugins-vspfilter to latest version available for v2.23.1 bsp. | Roman Meshkevich | 1 | -0/+2 | |
Repository (https://github.com/renesas-rcar/gst-plugin-vspfilter/commits/RCAR-GEN3/1.0.0) has several impotant commit that improves vsp format handling ... | |||||
2018-01-20 | VideoBox2: I2C, SATA, CAN fixes | Vladimir Barinov | 1 | -41/+21 | |
1) remove dallas rtc since conflicts address with clk generator on ULCB at 0x68 2) remove sata 3) fix can: add termination resistor and pull-ups | |||||
2018-01-20 | AP0101-AR014x: add OTP IDs | Vladimir Barinov | 1 | -4/+49 | |
This adds reading fused from AR014x sensors | |||||
2018-01-20 | Merge branch 'v2.23.1' of git://github.com/CogentEmbedded/meta-rcar into v2.23.1 | Grigory Kletsko | 1 | -17/+33 | |
2018-01-20 | Install uio_imp, cmemdrv only | Grigory Kletsko | 1 | -1/+1 | |
2018-01-19 | LVDS cameras: fix MAX96705+AP0101 cameras | Vladimir Barinov | 1 | -17/+33 | |
1) Fix AP0101+MAX96705 cameras by control FSINC These cameras require GMSL inititialization only with FSYNC disabled 2) add more module options: gpio_resetb and active_low_resetb 3) change automatic buffer fsync_mode_default to static | |||||
2018-01-19 | V3M kernel: Add TMU, TMU, CMT, Eagle CANFD, themal | Vladimir Barinov | 2 | -16/+236 | |
This add timers: TMU, TPU, CMT Fix V3M thermal sensor Add CANFD on Eagle board | |||||
2018-01-18 | Deploy VideoBox2 DTB images | Vladimir Barinov | 1 | -0/+2 | |