Hello,
I got a time to update from v4.10 to v4.14-rc and I've found IrDA is in
the staging (and it is scheduled to be removed).
I'm still using the driver nsc-ircc on Thinkpad T60p and the driver
pxaficp_ir (I have some kingsun-sir dongles and an use for irtty-sir
too). Actually I'm pretty d
Dne 12.9.2015 v 13:03 Robert Jarzmik napsal(a):
> Petr Cvek writes:
>
>>>>> And it is true I have not tested the rootfs special case, where drivers
>>>>> are not
>>>>> yet initialized (and more specifically gpio and interrupt chip). Your
&g
ne STUART STRBR
#define STRBR __REG(0x4070) /* Receive Buffer Register
(read only) */
is used in machine init source codes. I can look at it in the "near" future (if
I don't forget :-D).
In other case patchset works, as it has been tested for SIR part.
Tested
Dne 11.9.2015 v 08:18 Robert Jarzmik napsal(a):
> Petr Cvek writes:
>
>>> Should have been posted to linux arm kernel mailing list, unless my mailer
>>> failed ...
>>>
>> Searching for:
>>
>> "ARM: pxa: add resources to pxaficp_ir&q
Dne 10.9.2015 v 13:14 Robert Jarzmik napsal(a):
> Petr Cvek writes:
>
>> Dne 9.9.2015 v 08:25 Robert Jarzmik napsal(a):
>>> Petr Cvek writes:
>>>
>>>> Dne 8.9.2015 v 22:24 Petr Cvek napsal(a):
>>>>>
>>>>> Did you defi
Dne 9.9.2015 v 08:25 Robert Jarzmik napsal(a):
> Petr Cvek writes:
>
>> Dne 8.9.2015 v 22:24 Petr Cvek napsal(a):
>>>
>>> Did you defined resources somewhere? Actual resources are in
>>> "pxa_ir_resources" variable at:
> I have them in patch [1
Dne 8.9.2015 v 22:24 Petr Cvek napsal(a):
>
> Did you defined resources somewhere? Actual resources are in
> "pxa_ir_resources" variable at:
>
> http://lxr.free-electrons.com/source/arch/arm/mach-pxa/devices.c#L386
>
> or this pdata should be moved int
Dne 3.9.2015 v 08:20 Robert Jarzmik napsal(a):
> Convert the pxa IRDA driver to readl and writel primitives, and remove
> another set of direct registers access. This leaves only the DMA
> registers access, which will be dealt with dmaengine conversion.
Test on magician (nonvanilla, but there shou
Dne 3.9.2015 v 08:20 Robert Jarzmik napsal(a):
> Hi,
>
> This serie aims at converting pxaficp_ir to dmaengine. This is almost the last
> driver to be converted, and once this is gone, legacy DMA support in pxa
> architecture can be gone.
>
> Nothing fancy here, standard readl/writel conversion,