Covid 19 Wohltätigkeitsfonds

2020-08-13 Thread ''Tayeb Souami''
Lieber Freund, Ich bin Herr Tayeb Souami, New Jersey, Vereinigte Staaten von Amerika, der Mega-Gewinner von $ 315million In Mega Millions Jackpot, spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt.Ich habe den größten Teil mei

Re: [PATCH] staging: media: ipu3: Replace depracated MSI API.

2020-08-13 Thread Sakari Ailus
Hi Suraj, Thanks for the patch. On Sat, Jul 18, 2020 at 07:02:38PM +0530, Suraj Upadhyay wrote: > Replace depracated psi_enable_msi with pci_alloc_irq_vectors. > And as a result modify how the returned value is handled. > > Signed-off-by: Suraj Upadhyay > --- > drivers/staging/media/ipu3/ipu3.

[PATCH] staging: rtl8192u: Do not use GFP_KERNEL in atomic context

2020-08-13 Thread Christophe JAILLET
'rtl8192_irq_rx_tasklet()' is a tasklet initialized in 'rtl8192_init_priv_task()'. >From this function it is possible to allocate some memory with the GFP_KERNEL flag, which is not allowed in the atomic context of a tasklet. Use GFP_ATOMIC instead. The call chain is: rtl8192_irq_rx_tasklet

Re: [PATCH 35/44] staging: regulator: hi6421v600-regulator: add a driver-specific debug macro

2020-08-13 Thread Joe Perches
On Thu, 2020-08-13 at 12:10 +0200, Mauro Carvalho Chehab wrote: > Em Wed, 12 Aug 2020 09:10:29 -0700 > Joe Perches escreveu: > > > On Wed, 2020-08-12 at 17:56 +0200, Mauro Carvalho Chehab wrote: > > > Using dev_dbg() is not too nice, as, instead of printing the > > > name of the regulator, it pri

Re: [PATCH 35/44] staging: regulator: hi6421v600-regulator: add a driver-specific debug macro

2020-08-13 Thread Mauro Carvalho Chehab
Em Wed, 12 Aug 2020 09:10:29 -0700 Joe Perches escreveu: > On Wed, 2020-08-12 at 17:56 +0200, Mauro Carvalho Chehab wrote: > > Using dev_dbg() is not too nice, as, instead of printing the > > name of the regulator, it prints "regulator.", making > > harder to associate what is happening with each

Re: [PATCH 00/44] SPMI patches needed by Hikey 970

2020-08-13 Thread Mauro Carvalho Chehab
Hi Lee, Em Thu, 13 Aug 2020 08:58:27 +0100 Lee Jones escreveu: > On Wed, 12 Aug 2020, Mauro Carvalho Chehab wrote: > > > Hi Greg, > > > > This patch series is part of a work I'm doing in order to be able to support > > a HiKey 970 board that I recently got on my hands. > > > > I received some

Re: [PATCH 00/44] SPMI patches needed by Hikey 970

2020-08-13 Thread Lee Jones
On Wed, 12 Aug 2020, Mauro Carvalho Chehab wrote: > Hi Greg, > > This patch series is part of a work I'm doing in order to be able to support > a HiKey 970 board that I recently got on my hands. > > I received some freedback from Mark and from Jonathan on a first > attempt I made to upstream thi