Re: NEC/Renesas µPD720201

2019-02-03 Thread Greg KH
On Sun, Feb 03, 2019 at 12:07:28PM +0100, Stefan Kalis wrote: > I got a Renkforce 986823-card with the mentioned chipset that became > unusable with kernel 4.9 - most likely due to a patch that introduced > firmware loading for cards without firmware-ROM. The patch was written > by Christian Lampar

NEC/Renesas µPD720201

2019-02-03 Thread Stefan Kalis
I got a Renkforce 986823-card with the mentioned chipset that became unusable with kernel 4.9 - most likely due to a patch that introduced firmware loading for cards without firmware-ROM. The patch was written by Christian Lamparter. I could make changes to kernel source code here and I have the 5

Re: [PATCH v2 10/21] memblock: refactor internal allocation functions

2019-02-03 Thread Mike Rapoport
On Sun, Feb 03, 2019 at 08:39:20PM +1100, Michael Ellerman wrote: > Mike Rapoport writes: > > > Currently, memblock has several internal functions with overlapping > > functionality. They all call memblock_find_in_range_node() to find free > > memory and then reserve the allocated range and mark

Re: [PATCH v2 10/21] memblock: refactor internal allocation functions

2019-02-03 Thread Michael Ellerman
Mike Rapoport writes: > Currently, memblock has several internal functions with overlapping > functionality. They all call memblock_find_in_range_node() to find free > memory and then reserve the allocated range and mark it with kmemleak. > However, there is difference in the allocation constrain