|
Re: [PATCH] spi: pxa2xx: Add support for GPIO descriptor chip selects
Indeed.
Yes, there is another patch in upstream to improve this:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c18d925fca20d33c3d04e5002a883f62d699543e
Thanks (also
Indeed.
Yes, there is another patch in upstream to improve this:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c18d925fca20d33c3d04e5002a883f62d699543e
Thanks (also
|
By
Jan Kiszka
·
#742
·
|
|
Re: [PATCH] spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices
[...]
Applied, thanks.
Ben.
--
Ben Hutchings
Software Developer, Codethink Ltd.
[...]
Applied, thanks.
Ben.
--
Ben Hutchings
Software Developer, Codethink Ltd.
|
By
Ben Hutchings <ben.hutchings@...>
·
#741
·
|
|
Re: [PATCH] spi: pxa2xx: Add support for GPIO descriptor chip selects
This assigns a value of 0 or 4 to chip->gpio_cs_inverted, when it
surely should be 0 or 1. With the current gpiolib implementation this
appears to work anyway, but I wouldn't want to assume that's
This assigns a value of 0 or 4 to chip->gpio_cs_inverted, when it
surely should be 0 or 1. With the current gpiolib implementation this
appears to work anyway, but I wouldn't want to assume that's
|
By
Ben Hutchings <ben.hutchings@...>
·
#740
·
|
|
Re: B@D Vagrant install stalls at "Setting up net-tools"
Albert
Thanks for this feedback - I'll put something in Known Issues to
document this!
Albert ARIBAUD <albert.aribaud@...> writes:
Yes please let us know!
Robert
Albert
Thanks for this feedback - I'll put something in Known Issues to
document this!
Albert ARIBAUD <albert.aribaud@...> writes:
Yes please let us know!
Robert
|
By
Robert Marshall <robert.marshall@...>
·
#739
·
|
|
Re: B@D Vagrant install stalls at "Setting up net-tools"
Hi Robert,
<robert.marshall@...> a écrit :
No proxy, the LAN provides native IPv6 connectivity and NAT for IPv4.
but your question made me think about one possible cause: all
Hi Robert,
<robert.marshall@...> a écrit :
No proxy, the LAN provides native IPv6 connectivity and NAT for IPv4.
but your question made me think about one possible cause: all
|
By
Albert ARIBAUD <albert.aribaud@...>
·
#738
·
|
|
Re: RFC: OpenEmbedded layer for CIP project
I didn't find usage of toybox so far.
I wouldn't bet on systemd yet - unless it comes from a major distro. ;)
Crypto libs...
It will likely take a bit more time, but we are currently
I didn't find usage of toybox so far.
I wouldn't bet on systemd yet - unless it comes from a major distro. ;)
Crypto libs...
It will likely take a bit more time, but we are currently
|
By
Jan Kiszka
·
#737
·
|
|
Re: RFC: OpenEmbedded layer for CIP project
I have not looked at it since I returned. I plan to start looking at
this again next week, after the US Thanksgiving holiday. WRT to a
gitlab project, I do not have rights to create a project under
I have not looked at it since I returned. I plan to start looking at
this again next week, after the US Thanksgiving holiday. WRT to a
gitlab project, I do not have rights to create a project under
|
By
Sean Hudson <sean_hudson@...>
·
#736
·
|
|
Test: Please ignore this email
Sorry for this inconvenience please ignore this email.
Thanks
Tiejun
Sorry for this inconvenience please ignore this email.
Thanks
Tiejun
|
By
Tiejun Chen
·
#735
·
|
|
Re: Applying for CIP work
Hi Tiejun,
I am afraid I do not have the technical expertise required to evaluate or provide any meaningful feedback on this topic.
I will see your talk though.
Daniel Wagner, in CC, is the CIP RT
Hi Tiejun,
I am afraid I do not have the technical expertise required to evaluate or provide any meaningful feedback on this topic.
I will see your talk though.
Daniel Wagner, in CC, is the CIP RT
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#734
·
|
|
Re: Applying for CIP work
Hi,
No, I hadn't received it. I put the list on CC to make sure others can read it. I will answer in a different mail
--
Agustin Benito Bethencourt
Principal Consultant - FOSS at
Hi,
No, I hadn't received it. I put the list on CC to make sure others can read it. I will answer in a different mail
--
Agustin Benito Bethencourt
Principal Consultant - FOSS at
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#733
·
|
|
Re: B@D Vagrant install stalls at "Setting up net-tools"
Albert
Thanks for this report, see inline for comments
Albert ARIBAUD <albert.aribaud@...> writes:
In the sample output, at this point we have
==> default: Setting up net-tools
Albert
Thanks for this report, see inline for comments
Albert ARIBAUD <albert.aribaud@...> writes:
In the sample output, at this point we have
==> default: Setting up net-tools
|
By
Robert Marshall <robert.marshall@...>
·
#732
·
|
|
B@D Vagrant install stalls at "Setting up net-tools"
Hello all,
I am trying to install B@D, building the VM myself (method #2), on a
Xubuntu 17.04 host.
I am following the indications
Hello all,
I am trying to install B@D, building the VM myself (method #2), on a
Xubuntu 17.04 host.
I am following the indications
|
By
Albert ARIBAUD <albert.aribaud@...>
·
#731
·
|
|
Re: Applying for CIP work
Agustin,
Very glad to meet you guys. I hope I can contribute to CIP.
I'm trying to understand insight of CIP based some public materials from your team. And then I will go to check kernel project.
Agustin,
Very glad to meet you guys. I hope I can contribute to CIP.
I'm trying to understand insight of CIP based some public materials from your team. And then I will go to check kernel project.
|
By
Tiejun Chen
·
#744
·
|
|
Re: Applying for CIP work
Nori,
Thank you. Do we have sort the weekly meeting?
Thanks
Tiejun
Nori,
Thank you. Do we have sort the weekly meeting?
Thanks
Tiejun
|
By
Tiejun Chen
·
#745
·
|
|
[PATCH] spi: pxa2xx: Add support for GPIO descriptor chip selects
From: Mika Westerberg <mika.westerberg@...>
commit 99f499cd650405bbe6a9b5386d4b11ee81514fb7 upstream.
The driver uses custom chip_info coming from platform data for chip
From: Mika Westerberg <mika.westerberg@...>
commit 99f499cd650405bbe6a9b5386d4b11ee81514fb7 upstream.
The driver uses custom chip_info coming from platform data for chip
|
By
Jan Kiszka
·
#730
·
|
|
Linux 4.4.98-cip13
I've released Linux version 4.4.98-cip13. This removes the in-tree
firmware, adds support for some new hardware watchdog features, and
includes all the fixes from stable versions 4.4.93-4.4.98
I've released Linux version 4.4.98-cip13. This removes the in-tree
firmware, adds support for some new hardware watchdog features, and
includes all the fixes from stable versions 4.4.93-4.4.98
|
By
Ben Hutchings <ben.hutchings@...>
·
#729
·
|
|
Re: Applying for CIP work
Hi Tiejun Chen,
nice to meet you. Thanks for your kind offering.
Please check the following links in case you see something you might be interested on or call your attention:
* CIP kernel
Hi Tiejun Chen,
nice to meet you. Thanks for your kind offering.
Please check the following links in case you see something you might be interested on or call your attention:
* CIP kernel
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#728
·
|
|
Re: Applying for CIP work
Hi Tiejun
Welcome to CIP developer community!
We are so happy to have an experienced kernel engineer like you!
We've doing several different sub projects centered toward SLTS and industrial grade
Hi Tiejun
Welcome to CIP developer community!
We are so happy to have an experienced kernel engineer like you!
We've doing several different sub projects centered toward SLTS and industrial grade
|
By
Noriaki Fukuyasu <fukuyasu@...>
·
#727
·
|
|
Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
It would be useful to see the test yaml as it is now, but looking back
in the thread the original has in the boot section:
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
It would be useful to see the test yaml as it is now, but looking back
in the thread the original has in the boot section:
|
By
Robert Marshall <robert.marshall@...>
·
#726
·
|
|
Applying for CIP work
Hi,
I'm very interest in participating in CIP.
Name: Tiejun Chen
Company: VMware
Position/Role: Staff Engineer/Technical Leader
Why you are interested on: I'm working on some industrial IoT projects
Hi,
I'm very interest in participating in CIP.
Name: Tiejun Chen
Company: VMware
Position/Role: Staff Engineer/Technical Leader
Why you are interested on: I'm working on some industrial IoT projects
|
By
Tiejun Chen
·
#725
·
|