From: Christian Hartmann <cornogle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: Charles Keepax
<ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
Mika Westerberg
<mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
Pierre-Louis Bossart
<pierre-louis.bossart-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
Haojian Zhuang
<haojian.zhuang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
Daniel Mack <daniel-cYrQPVfZoowdnm+yROfE0A@public.gmane.org>,
Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>,
dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org
Subject: Re: [alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
Date: Fri, 4 Sep 2015 15:32:03 +0200 [thread overview]
Message-ID: <CAKor6TdaRqi0+a0ZHkdJngE2LPKHk0PUFrdQQ2-x59cxUa8cXA@mail.gmail.com> (raw)
In-Reply-To: <20150902081334.GB15505@ck-lbox>
Hi,
2015-09-02 10:13 GMT+02:00 Charles Keepax <ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>:
> On Tue, Sep 01, 2015 at 11:45:31AM +0200, Christian Hartmann wrote:
>> hi
>>
>> 2015-08-28 11:50 GMT+02:00 Christian Hartmann <cornogle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>:
>> >
>> > and thats what I got:
>> >
>> > [ 6.182903] pxa2xx-spi 80860F0E:00: bus_num = -1
>> > [ 6.182909] pxa2xx-spi 80860F0E:00: num_chipselect = 2
>> > [ 6.182928] pxa2xx-spi 80860F0E:00: IRQ 194
>> > [ 6.183049] pxa2xx-spi 80860F0E:00: no DMA channels available, using PIO
>> > [ 6.183111] pxa2xx-spi 80860F0E:00: registered master spi32766 (dynamic)
>> > [ 6.192761] spi spi-WM510205:00: 8333333 Hz actual, PIO
>> > .... the rest of the dmesg is currently the same....
> The chip select being wrong could well be the issue, perhaps the
> Windows driver supports multiple chipselects where as the Linux
> one doesn't? Do you have access to any datasheets for the SPI on
> the AP? Alternatively you could try hacking it to use chip select
> 0 and see if that makes the system work, seems like a long shot
> but perhaps worth a quick go.
>
> Thanks,
> Charles
ok, that was a one-shot, in effect nothing changed .
I did set the num_chipsselect = 1 (as in vanilla kernels, so its more
a revert) and
changed the cs value from 1 to 0 (as a testpatch).
as soon as the SPI device WM510205:00 is allocated,
it tries to add the acpi_resource and in the case of the wrong SPI
chip_select with the value 1 from the DSDT ACPI table entry, but here
I set it again to 0.
expected : chip id register can be read, but
nothing changed. the logs are the same in the end.
I saw also that acpi_add_resource tries to add an irq (init with -1), but fails
[ 5.966307] acpi INT33FD:00: GPIO: looking up 0 in _CRS
[ 5.966806] intel_soc_pmic_i2c i2c-INT33FD:00: using lookup tables
for GPIO lookup
[ 5.966814] intel_soc_pmic_i2c i2c-INT33FD:00: lookup for GPIO
intel_soc_pmic failed
[ 5.975702] sst-acpi 80860F28:00: No matching ASoC machine driver found
[ 5.986039] pxa2xx-spi 80860F0E:00: bus_num = -1
[ 5.986047] pxa2xx-spi 80860F0E:00: num_chipselect = 1
[ 5.986076] pxa2xx-spi 80860F0E:00: IRQ 194
[ 5.986368] pxa2xx-spi 80860F0E:00: no DMA channels available, using PIO
[ 5.987011] pxa2xx-spi 80860F0E:00: registered master spi32766 (dynamic)
[ 5.987123] spi_master spi32766: allocated SPI device for WM510205:00
[ 5.987172] spi (null): acpi_spi_add_resource : chip_select = 1
[ 5.987177] spi (null): acpi_spi_add_resource : new chip_select = 0
[ 5.987182] spi (null): acpi_spi_add_resource : irq = -1
[ 5.987186] spi (null): acpi_spi_add_resource : irq < 0,
acpi_dev_resource_interrupt
[ 5.987189] spi (null): acpi_spi_add_resource : irq = -1
[ 5.987193] spi (null): acpi_spi_add_resource : irq < 0,
acpi_dev_resource_interrupt
[ 5.987197] spi (null): acpi_spi_add_resource : irq = -1
[ 5.987201] spi (null): acpi_spi_add_resource : irq < 0,
acpi_dev_resource_interrupt
[ 5.987204] spi (null): acpi_spi_add_resource : irq = -1
[ 5.987208] spi (null): acpi_spi_add_resource : irq < 0,
acpi_dev_resource_interrupt
[ 5.987212] spi (null): acpi_spi_add_resource : irq = -1
[ 5.987217] pxa2xx-spi 80860F0E:00: cs0 < max 1
[ 5.987243] spi spi-WM510205:00: 8333333 Hz actual, PIO
[ 5.987249] spi spi-WM510205:00: setup mode 0, 8 bits/w, 8000000 Hz max --> 0
[ 5.991261] spi spi-WM510205:00: checking WM510205 with bmp180
[ 5.991271] spi spi-WM510205:00: checking WM510205 with bmp181
[ 5.991276] spi spi-WM510205:00: modalias WM510205 in id_table not
found, returns NULL
[ 5.991310] arizona spi-WM510205:00: arizona_acpi_get_type(), than
via spi_get_device_id().
[ 5.991316] arizona spi-WM510205:00: arizona_acpi_get_type matched
[ 5.991323] acpi WM510205:00: GPIO: looking up 0 in _CRS
[ 5.991401] arizona spi-WM510205:00: using 1 as type for arizona audio codec
[ 5.991406] arizona spi-WM510205:00: regmap set to wm5102_spi
[ 5.991980] arizona spi-WM510205:00: acpi_dev_add_driver_gpios
arizona_acpi_gpios added done, 0
[ 5.991986] arizona spi-WM510205:00: spi_irq = 146
[ 5.991990] arizona spi-WM510205:00: arizona_spi_probe done,
calling arizona_dev_init
[ 5.991994] arizona spi-WM510205:00: dev_set_drvdata done for 1
[ 5.991999] arizona spi-WM510205:00: arizona_of_get_core_pdata for 1
[ 5.992004] arizona spi-WM510205:00: regcache_cache_only for 1 set
[ 5.992008] arizona spi-WM510205:00: added wm5102_core_supplies for 1
[ 5.994493] arizona spi-WM510205:00: mfd_add_devices done for 1
[ 5.994505] spi-WM510205:00 supply AVDD not found, using dummy regulator
[ 5.994553] spi-WM510205:00 supply DBVDD1 not found, using dummy regulator
[ 6.007337] arizona spi-WM510205:00: devm_regulator_bulk_get done for 1
[ 6.007348] LDO1: supplied by regulator-dummy
[ 6.007419] arizona spi-WM510205:00: regulator_get done for 1
[ 6.007427] acpi WM510205:00: GPIO: looking up 0 in _CRS
[ 6.007517] arizona spi-WM510205:00: (ACPI) using irq_gpio GPIO = 146
[ 6.007534] arizona spi-WM510205:00: devm_gpio_request_one done for
request reset: 0
[ 6.007541] arizona spi-WM510205:00: regulator_bulk_enable done,
enable core supplies: 0
[ 6.010032] arizona spi-WM510205:00: regulator_enable done, enable DCVDD: 0
[ 6.017864] arizona spi-WM510205:00: arizona_disabe_reset
[ 6.017875] arizona spi-WM510205:00: regcache_cache_only
[ 6.019067] arizona spi-WM510205:00: regmap_read : read ID
register, return value: 0
[ 6.019077] arizona spi-WM510205:00: found device ID: ffff
I asked to get more technical docs / datasheets from lenovo , but I do
not think, that I will get them.
Has anybody directions and hints / some tools known to get started
with win8.1 to get such hardware details extracted? I mean, it must
work under windows, why to not look there and write down / dump whats
needed.
Any hints or suggestions for me ?
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-09-04 13:32 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CAKor6TfKws63jh6f3VzyYpmTffL4-DHWDTdJ6GSgDC08C5W=8w@mail.gmail.com>
[not found] ` <20150625073618.GH827@lahna.fi.intel.com>
[not found] ` <20150625073618.GH827-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-06-25 12:18 ` Fwd: [alsa-devel] [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend) Christian Hartmann
[not found] ` <CAKor6TfxNW6UW6iX_FkRn2yZOHvdRHcsj6pKoKH-UWU51Bqvvg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-25 14:01 ` Mika Westerberg
2015-06-25 14:58 ` Mark Brown
[not found] ` <20150625145853.GP14071-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-06-25 15:44 ` Charles Keepax
[not found] ` <20150625154407.GE6321-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-06-25 15:56 ` Mark Brown
[not found] ` <20150625155612.GS14071-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-06-25 16:11 ` Charles Keepax
[not found] ` <20150625161108.GF6321-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-06-29 9:44 ` Mark Brown
2015-06-29 8:12 ` Christian Hartmann
[not found] ` <CAKor6TdZNTLnhxpruqDxe4nQsDL+e6xgVHOtVdz4LuFisKNsoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-29 8:35 ` Charles Keepax
2015-06-26 11:46 ` [alsa-devel] Fwd: " Pierre-Louis Bossart
[not found] ` <558D3BAA.3080700-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-06-26 11:58 ` Mark Brown
[not found] ` <20150626115823.GY14071-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-06-29 7:27 ` Christian Hartmann
[not found] ` <CAKor6Tf20eC1WQSO=AV2b+XoB5Qv-2Oin_nrrTJUiDV4czxLjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-29 7:46 ` Christian Hartmann
[not found] ` <CAKor6TdzzAqG1yNtqkWftdvNo8_bxC=qnU+60rgiM=38qrJ2yQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-29 10:22 ` Mark Brown
2015-06-29 9:48 ` Mark Brown
[not found] ` <20150629094854.GB11162-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-06-30 7:14 ` Christian Hartmann
[not found] ` <CAKor6TdDPb2qOgdHbeX2w+yQa_ioDM5ak9bk+=jF+cKt_twiXw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-30 9:25 ` Mark Brown
2015-06-30 10:34 ` Charles Keepax
[not found] ` <20150630103404.GI6321-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-07-07 7:06 ` Christian Hartmann
[not found] ` <CAKor6TdKk2OUz4o12RiQBSVZyhD=L4JpBJcYkGE=_6X+ZeQY_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-07 9:56 ` Charles Keepax
[not found] ` <20150707095613.GG16517-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-07-07 11:40 ` Mark Brown
2015-07-07 12:16 ` Charles Keepax
2015-07-13 9:53 ` Charles Keepax
[not found] ` <20150713095359.GM16517-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-07-15 7:01 ` Christian Hartmann
[not found] ` <CAKor6Td83zgOS+iHGHGhFW4n26H=tC-QQDuzaHHfybhLeH-jvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-15 7:17 ` Christian Hartmann
[not found] ` <CAKor6TdheYM73aqti362bOnP2GZmX60uuDY5v2eow1vqO9tcKw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-15 8:12 ` Charles Keepax
[not found] ` <20150715081224.GN16517-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-07-15 9:17 ` Mark Brown
[not found] ` <20150715091709.GK11162-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-07-17 6:56 ` Christian Hartmann
2015-07-17 7:11 ` Christian Hartmann
[not found] ` <CAKor6TcSc7n=Rd9NJAf-6cYXr50Z62cbcsbuaEutRMPAiM=2NQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-17 8:54 ` [alsa-devel] " Charles Keepax
2015-08-10 7:00 ` Christian Hartmann
[not found] ` <CAKor6Tcof3PA3JGD2=4X8mtSak8ka9BVD2L4zdYC4M1yEYEXjg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-10 7:53 ` [alsa-devel] " Charles Keepax
2015-08-10 8:00 ` Christian Hartmann
[not found] ` <CAKor6TdLkGZbARmV1CfqUiguH8HAD+oC8VSsH_OkNQ6E-7YVAw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-10 8:10 ` [alsa-devel] " Charles Keepax
2015-08-10 8:35 ` Mika Westerberg
[not found] ` <20150810083540.GE1540-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-10 9:20 ` [alsa-devel] " Christian Hartmann
[not found] ` <CAKor6TfZC3AY0p-85mFAUJJYQ360NoDu6AppipSqAD73S_EkzQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-10 9:26 ` Mika Westerberg
[not found] ` <20150810092632.GA1541-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-10 12:43 ` Christian Hartmann
2015-08-10 13:48 ` Christian Hartmann
[not found] ` <CAKor6Tc26kKG-7ytxBjT41S1h4eORoeTg_T=nZ4dZGM1H0gAMQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-10 14:02 ` Mika Westerberg
[not found] ` <20150810140207.GB1541-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-14 10:08 ` Christian Hartmann
[not found] ` <CAKor6TdKrQrvXTPU=fzL9LTCBbyc9WAbLnYdObY+Wu73g1w6Fg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-19 10:29 ` Christian Hartmann
[not found] ` <CAKor6Tep1jjOnoPn7e5Djird3RVDNP8Gjcb8HOKO6g-_R5++VQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-19 13:43 ` Mika Westerberg
[not found] ` <20150819134328.GU1552-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-20 9:38 ` Christian Hartmann
[not found] ` <CAKor6Tc6RDW+2uuX2yMszk3O69=6QTPdd+emC-m_Cro67VPR8g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-20 9:45 ` Mika Westerberg
[not found] ` <20150820094542.GC30005-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-20 11:34 ` Christian Hartmann
[not found] ` <CAKor6Te-DSDxx711-EQi=fw46nNPGnQNqhj-+6upBxhOOp5XvA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-20 11:52 ` Christian Hartmann
2015-08-20 11:58 ` Mika Westerberg
[not found] ` <20150820115845.GF30005-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-21 7:31 ` Christian Hartmann
[not found] ` <CAKor6Teq=Aoa6WYkTEVpjBPsWziL-o5FzQHxJWOMeaTrMzXpMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-21 7:43 ` Mika Westerberg
[not found] ` <20150821074310.GM30005-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-21 12:09 ` Christian Hartmann
[not found] ` <CAKor6TeJp4ti6_QVCEpz0x7c2NwvUiS5wq_=_WDjM3B7T4=1Yg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-21 12:33 ` Christian Hartmann
2015-08-24 8:51 ` Charles Keepax
2015-08-24 13:25 ` Christian Hartmann
[not found] ` <CAKor6TcRWgn-Z+Va0JKCBqxVA9HBSLMR_vh-z8MSBZebn9kDVg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-25 6:21 ` [alsa-devel] " Mark Brown
[not found] ` <20150825062157.GB27431-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-08-26 8:47 ` Christian Hartmann
[not found] ` <CAKor6Tf_8J4DVrVRShw2ked-zJzmP6G1P1i=vTcbzWX-J1H6dQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-26 8:58 ` Christian Hartmann
2015-08-26 9:13 ` Charles Keepax
2015-08-28 7:22 ` [alsa-devel] " Christian Hartmann
[not found] ` <CAKor6TfpWuhTG6dfARdHmXEb+bLpm5Q6Z-A0g60VPD2fCWHbOg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-26 10:01 ` Mika Westerberg
[not found] ` <20150826100155.GA1513-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-27 11:44 ` Christian Hartmann
2015-08-27 11:59 ` Mika Westerberg
[not found] ` <20150827115914.GF28428-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-27 14:56 ` [alsa-devel] " Mark Brown
[not found] ` <20150827145614.GC5313-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-08-28 9:00 ` Mika Westerberg
2015-08-28 9:07 ` Richard Fitzgerald
[not found] ` <1440752855.25096.3.camel-WeElTRBN8n0bEPBeyYQi64iQ8/zYDDdY1BehtkLrGTY@public.gmane.org>
2015-08-28 9:12 ` [alsa-devel] " Mika Westerberg
[not found] ` <20150828090042.GI28428-3PARRvDOhMZrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2015-08-28 9:16 ` Mark Brown
[not found] ` <CAKor6Tf8kB0WPXLTBFmCzUJkMVEDu-xTEyw0-_NZvBdFSyQSFA@mail.gmail.com>
[not found] ` <CAKor6Tf8kB0WPXLTBFmCzUJkMVEDu-xTEyw0-_NZvBdFSyQSFA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-28 9:50 ` Fwd: " Christian Hartmann
[not found] ` <CAKor6TfW4reRz3m-xkCr_ZUfHQkfqT3q+S7JCpO-9F+k1QW38g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-01 9:45 ` Christian Hartmann
[not found] ` <CAKor6Tf7_Hiyc1v_TGvdVAU+G84Gp+KgKeSGi8EQJRoq9rhMuw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-02 8:13 ` Charles Keepax
2015-09-04 13:32 ` Christian Hartmann [this message]
2015-09-04 14:34 ` Charles Keepax
[not found] ` <20150904143434.GA1514-ARjQNJ2nNhTg0ogRn3sK4gTTu0opVTaCmpATvIKMPHk@public.gmane.org>
2015-09-07 7:58 ` [alsa-devel] " Christian Hartmann
[not found] ` <CAKor6TfhaHfqkmz-dogJ6dEUe06QFv-ee7uPOLiEGSTh3ibkhQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-28 9:08 ` Charles Keepax
2015-09-29 7:48 ` Christian Hartmann
2015-09-29 7:57 ` Charles Keepax
2015-10-05 10:54 ` Christian Hartmann
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=CAKor6TdaRqi0+a0ZHkdJngE2LPKHk0PUFrdQQ2-x59cxUa8cXA@mail.gmail.com \
--to=cornogle-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
--cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org \
--cc=dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=daniel-cYrQPVfZoowdnm+yROfE0A@public.gmane.org \
--cc=haojian.zhuang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=pierre-louis.bossart-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=robert.jarzmik-GANU6spQydw@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).