All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrik Gfeller <patrik.gfeller@gmail.com>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-media@vger.kernel.org
Subject: Re: atomisp kernel driver(s)
Date: Fri, 24 Apr 2020 11:10:41 +0200	[thread overview]
Message-ID: <86413836-e4b5-cb53-3ac0-1764c693ec7b@gmail.com> (raw)
In-Reply-To: <23b3a078-2a9a-5f50-a35e-9f40f5aa8a6e@gmail.com>


On 24.04.20 10:52, Patrik Gfeller wrote:
>
> On 22.04.20 21:13, Mauro Carvalho Chehab wrote:
>> Em Wed, 22 Apr 2020 19:56:56 +0200
>> Patrik Gfeller <patrik.gfeller@gmail.com> escreveu:
>>
>>> On 20.04.20 22:47, Mauro Carvalho Chehab wrote:
>>>> Em Mon, 20 Apr 2020 20:27:25 +0200
>>>> Patrik Gfeller <patrik.gfeller@gmail.com> escreveu:
>>>>> Me again ... sorry to ask such a basic question, but I can't get your
>>>>> modified source code. I get the following error:
>>>>>      > git clone https://git.linuxtv.org/mchehab/experimental.git/
>>>>> Cloning into 'experimental'...
>>>>> warning: adding alternate object store:
>>>>> https://git.linuxtv.org/git/linux.git/
>>>>> warning: adding alternate object store:
>>>>> https://git.linuxtv.org/git/media_tree.git/
>>>>> warning: adding alternate object store:
>>>>> https://git.linuxtv.org/git/linux.git/
>>>>> error: Unable to find fc8670d1f72b746ff3a5fe441f1fca4c4dba0e6f under
>>>>> https://git.linuxtv.org/mchehab/experimental.git
>>>>> Cannot obtain needed object fc8670d1f72b746ff3a5fe441f1fca4c4dba0e6f
>>>>> while processing commit 6d80bfc14608f4bb5514b79721d30b486f50c987.
>>>>> error: fetch failed.
>>>>>
>>>>> Do I use the wrong command?
>>>> Better to use git:// url:
>>>>
>>>>     git clone git://git.linuxtv.org/mchehab/experimental.git/
>>> I was able to download and compile the code. I installed the kernel and
>>> tried to boot; unfortunately it hangs with the message "Loading initial
>>> ramdisk ..." - after I start the old kernel I check kern.log and syslog
>>> - but I do not see entries from the failed boot attempt. I'll read into
>>> the topic and try around. This will take some time ... so there will be
>>> a dealy, but it's not that I do not care or lacking  interest, I just
>>> first have to sort this out.
>> Well, try to build it first without the atomisp driver. This would allow
>> you to see what's going on.
>
> I was able to solve the problem I had with the ramdisk - I had to 
> strip the kernel modules, probably the ramdisk file was too big.
>
> It is possible to boot with the atomisp driver, but I can not see the 
> camera yet - but maybe that's due to missing firmware, as there were 
> warnings when I installed the kernel that firmware files are missing.
>
> The following I found in dmesg:
>
> [    9.331011] kernel: atomisp_ov2680: module is from the staging 
> directory, the quality is unknown, you have been warned.
> [    9.402456] kernel: ov2680 i2c-OVTI2680:00: gmin: initializing 
> atomisp module subdev data.PMIC ID 1
> [    9.421113] kernel: acpi OVTI2680:00: Failed to find gmin variable 
> OVTI2680:00_CamClk
> [    9.433478] kernel: acpi OVTI2680:00: Failed to find gmin variable 
> OVTI2680:00_ClkSrc
> [    9.443146] kernel: acpi OVTI2680:00: Failed to find gmin variable 
> OVTI2680:00_CsiPort
> [    9.456677] kernel: acpi OVTI2680:00: Failed to find gmin variable 
> OVTI2680:00_CsiLanes
> [    9.479411] kernel: ov2680 i2c-OVTI2680:00: supply V1P8SX not 
> found, using dummy regulator
> [    ...
> [    9.510282] kernel: ov2680 i2c-OVTI2680:00: supply V2P8SX not 
> found, using dummy regulator
> [    ...
> [    9.532284] kernel: ov2680 i2c-OVTI2680:00: supply V1P2A not found, 
> using dummy regulator
> [    9.536200] kernel: ov2680 i2c-OVTI2680:00: supply VPROG4B not 
> found, using dummy regulator
> [   ...'
> [    9.592064] kernel: ov2680 i2c-OVTI2680:00: unable to set PMC rate 1
> [    9.623628] kernel: ov2680 i2c-OVTI2680:00: camera pdata: port: 0 
> lanes: 1 order: 00000002
> [    9.628258] kernel: ov2680 i2c-OVTI2680:00: sensor_revision id = 
> 0x2680, rev= 0
> [    9.636582] kernel: ov2680 i2c-OVTI2680:00: register atomisp i2c 
> module type 1
>
> The first signs of live :-) ... I'll try to find the firmware files to 
> see if it makes a difference.

May be of interest as well:

$ i2cdetect -l
i2c-3    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-10    unknown       i915 gmbus dpc                      N/A
i2c-1    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-8    unknown       i915 gmbus vga                      N/A
i2c-6    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-13    unknown       AUX D/port D                        N/A
i2c-4    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-11    unknown       i915 gmbus dpb                      N/A
i2c-2    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-0    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-9    unknown       i915 gmbus panel                    N/A
i2c-7    unknown       i915 gmbus ssc                      N/A
i2c-5    unknown       Synopsys DesignWare I2C adapter     N/A
i2c-12    unknown       i915 gmbus dpd                      N/A

>
>> Thanks,
>> Mauro
>
> kind regards,
>
> Patrik
>

  reply	other threads:[~2020-04-24  9:10 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-18 14:39 atomisp kernel driver(s) Patrik Gfeller
2020-04-18 15:25 ` Mauro Carvalho Chehab
2020-04-18 15:26   ` Mauro Carvalho Chehab
2020-04-18 15:37     ` Patrik Gfeller
2020-04-19 23:31       ` Mauro Carvalho Chehab
2020-04-20 17:48         ` Patrik Gfeller
2020-04-20 18:27           ` Patrik Gfeller
2020-04-20 20:47             ` Mauro Carvalho Chehab
2020-04-22 17:56               ` Patrik Gfeller
2020-04-22 19:13                 ` Mauro Carvalho Chehab
2020-04-24  8:52                   ` Patrik Gfeller
2020-04-24  9:10                     ` Patrik Gfeller [this message]
2020-04-24 10:07                       ` Patrik Gfeller
2020-04-24 13:58                         ` Patrik Gfeller
2020-04-25 11:22                         ` Mauro Carvalho Chehab
2020-04-26 11:38                           ` Patrik Gfeller
2020-04-26 16:50                             ` Mauro Carvalho Chehab
2020-04-27 18:31                               ` Patrik Gfeller
2020-04-27 21:50                                 ` Mauro Carvalho Chehab
2020-04-28 17:59                                   ` Patrik Gfeller
2020-04-28 23:13                                     ` Mauro Carvalho Chehab
2020-04-29 17:56                                       ` Patrik Gfeller
2020-04-29 18:17                                         ` Mauro Carvalho Chehab
2020-04-30  7:56                                           ` Patrik Gfeller
2020-04-30 10:55                                             ` Mauro Carvalho Chehab
2020-04-30 15:09                                               ` Patrik Gfeller
2020-04-30 22:25                                                 ` Mauro Carvalho Chehab
2020-05-01  8:54                                                   ` Patrik Gfeller
2020-05-01  9:38                                                     ` Mauro Carvalho Chehab
2020-05-01 17:31                                                       ` Patrik Gfeller
2020-05-01 19:30                                                         ` Mauro Carvalho Chehab
2020-05-02  8:15                                                           ` Patrik Gfeller
2020-05-02  9:20                                                             ` Patrik Gfeller
2020-05-02 10:00                                                               ` Mauro Carvalho Chehab
2020-05-02  9:34                                                             ` Mauro Carvalho Chehab
2020-05-02 14:29                                                               ` Patrik Gfeller
2020-05-02 16:28                                                                 ` Mauro Carvalho Chehab
2020-05-02 18:23                                                                   ` Patrik Gfeller
2020-05-02 14:50                                                               ` Patrik Gfeller
2020-05-01 20:56                                                         ` [PATCH] media: atomisp: use add_qos_request instead of update Mauro Carvalho Chehab
2020-04-18 15:29   ` atomisp kernel driver(s) Patrik Gfeller
2020-04-25  2:39 ` Laurent Pinchart
2020-04-25 10:36   ` Patrik Gfeller
2020-04-25 12:19     ` Mauro Carvalho Chehab
2020-04-26 19:07       ` Laurent Pinchart
2020-04-26 20:51         ` Mauro Carvalho Chehab
2020-04-26 19:33     ` Laurent Pinchart
2020-04-28 18:13       ` Patrik Gfeller
2020-04-26  7:44   ` Patrik Gfeller
2020-04-26 19:17     ` Laurent Pinchart
2020-04-29 17:59       ` Patrik Gfeller
2020-04-29 18:19         ` Laurent Pinchart
2020-04-30 15:28           ` Patrik Gfeller
2020-05-02 16:08 ` Andy Shevchenko
2020-05-02 17:04   ` Mauro Carvalho Chehab
2020-05-02 17:33     ` Andy Shevchenko
2020-05-03 10:18       ` Mauro Carvalho Chehab
2020-05-12 10:20       ` Mauro Carvalho Chehab
2020-05-12 11:12         ` Andy Shevchenko
2020-05-12 11:21           ` Andy Shevchenko
2020-05-12 14:56             ` Mauro Carvalho Chehab
2020-05-12 16:01               ` Andy Shevchenko
2020-05-13 18:36                 ` Patrik Gfeller
2020-05-20  8:04                 ` Mauro Carvalho Chehab
2020-05-13  9:56               ` Mauro Carvalho Chehab
2020-05-03  8:46   ` Patrik Gfeller
2020-05-03 10:23     ` Mauro Carvalho Chehab
2020-05-03 12:31       ` Patrik Gfeller
2020-05-03 13:36         ` Patrik Gfeller
2020-05-03 14:43         ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86413836-e4b5-cb53-3ac0-1764c693ec7b@gmail.com \
    --to=patrik.gfeller@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.