Re: [PATCH] ASoC: bcm2835: Add enable/disable clock functions

2020-10-29 Thread Allen Martin
On Wed, Oct 28, 2020 at 10:39:12AM +0100, Matthias Reichl wrote: On Wed, Oct 28, 2020 at 01:18:33AM -0700, Allen Martin wrote: Hi, just checking if you had a chance to review this patch. On Sat, Oct 10, 2020 at 12:26 PM Allen Martin wrote: > Add functions to control enable/disable of B

[PATCH] ASoC: bcm2835: Add enable/disable clock functions

2020-10-10 Thread Allen Martin
in the FIFO. The max98357 dac makes a loud popping sound when BCLK is toggling but LRCLK is not. Signed-off-by: Allen Martin --- sound/soc/bcm/bcm2835-i2s.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm

[PATCH] PREEMPT_RT: sched/rr, sched/fair: defer CFS scheduler put_prev_task()

2017-10-25 Thread Allen Martin
max_instr: 12 min_instr: 9 avg_instr: 10 min_time: 64ns max_time: 224ns avg_time: 64ns cpu: 3 max_instr: 44 min_instr: 9 avg_instr: 11 min_time: 64ns max_time: 160ns avg_time: 64ns Signed-off-by: Allen Martin --- include/linux/sched.h | 4 kernel/sched/core.c | 4 kernel/sched/fair.c

[PATCH] shrinker: add atomic.h include

2016-07-29 Thread Allen Martin
Add atomic.h to provide atomic_long_t used in struct shrinker Signed-off-by: Allen Martin --- include/linux/shrinker.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/shrinker.h b/include/linux/shrinker.h index 4fcacd915d45..02ec84b22f4b 100644 --- a/include/linux/shrinker.h

[PATCH] dt: fix tegra SPI binding examples

2012-12-14 Thread Allen Martin
Fix name of slink binding and address of sflash example to make it self consistent. Change-Id: Ia89c3017c958bdf670036caf516eabce6f893096 Signed-off-by: Allen Martin --- Documentation/devicetree/bindings/spi/nvidia,tegra20-sflash.txt |2 +- Documentation/devicetree/bindings/spi/nvidia

RE: sata_nv + ADMA + Samsung disk problem

2008-01-03 Thread Allen Martin
> > Dunno about the NVidia version. > > Theirs works rather differently - the GO bit is there, but there's > another append register which is used to tell the controller > that a new > tag has been added to the CPB list. > > The only thing we currently use the GO bit for is to switch > betw

RE: sata_nv + ADMA + Samsung disk problem

2008-01-02 Thread Allen Martin
> The software definitely provides that guarantee for all NCQ-capable > controllers. > Well if that's not it, it must be some problem entering ADMA legacy mode. Here's what the Windows driver does: ADMACtrl.aGO = 0 ADMACtrl.aEIEN = 0 poll { until ADMAStatus.aLGCY = 1 || timeout } --

RE: sata_nv + ADMA + Samsung disk problem

2008-01-02 Thread Allen Martin
> The question I had for NVIDIA regarding this that I never got > answered > was, is there any reason why we would need a delay when switching > between NCQ and non-NCQ commands on ADMA, and if not, is > there any known > cause that could cause the controller to get into this seemingly > loc

RE: More info on port 80 symptoms on MCP51 machine.

2007-12-15 Thread Allen Martin
> Alan Cox wrote: > > On Wed, 12 Dec 2007 21:58:25 +0100 > > Rene Herman <[EMAIL PROTECTED]> wrote: > > > >> On 12-12-07 21:26, Rene Herman wrote: > >> > >>> On 12-12-07 21:07, David P. Reed wrote: > Someone might have an in to nVidia to clarify this, > since I don't. > In any case, t

RE: [PATCH] Add quirk to set AHCI mode on ICH boards

2007-11-14 Thread Allen Martin
> > What I'm worred about is SMI traps implemented in the SBIOS for AHCI > > workarounds that may be disabled when in IDE mode. > > For Nvidia devices those would only be present if there were problems > with the AHCI hardware right, which would mean you could > simply tell us > what workarounds

RE: [PATCH] Add quirk to set AHCI mode on ICH boards

2007-11-12 Thread Allen Martin
> Allen Martin wrote: > > At least for NVIDIA controllers, loading the AHCI driver > when the BIOS > > is set to IDE mode is not recommended by NVIDIA. Any AHCI > workarounds > > in the BIOS are likely to be disabled when set to IDE mode. > In practice >

RE: [PATCH] Add quirk to set AHCI mode on ICH boards

2007-11-10 Thread Allen Martin
> Alan Cox wrote: > > On Thu, 8 Nov 2007 22:46:22 -0500 > > Jeff Garzik <[EMAIL PROTECTED]> wrote: > > > >> On Thu, Nov 08, 2007 at 10:29:37PM -0500, Mark Lord wrote: > >>> And I might even privately patch my own kernels to map > the ACHI BAR > >>> in the cases where the BIOS didn't... > >> The

RE: [PATCH] ACPI driver support for pata

2007-02-23 Thread Allen Martin
> Couldn't be do this generically inside libata core somehow, > i.e. try to > use ACPI to set the proper mode and fall back to the driver-specific > mode setting code if that didn't work? I think if we could do that it > would solve a number of problems (i.e. we could prevent it from doing > t

RE: Nvidia cable detection problems (was [PATCH] amd74xx: don't configure udma mode higher than BIOS did)

2007-02-05 Thread Allen Martin
Windows, so you know it's received a lot of testing from NVIDIA and board vendors. -Allen > -Original Message- > From: Bartlomiej Zolnierkiewicz [mailto:[EMAIL PROTECTED] > Sent: Monday, February 05, 2007 7:09 AM > To: Allen Martin > Subject: Fwd: Nvidia cable detecti

RE: data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

2007-01-16 Thread Allen Martin
> I'd like to here from Andi how he feels about this? It seems like a > somewhat drastic solution in some ways given a lot of hardware doesn't > seem to be affected (or maybe in those cases it's just really hard to > hit, I don't know). > > > Well we can hope that Nvidia will find out more (thoug

RE: [PATCH -mm] sata_nv: fix ATAPI in ADMA mode

2006-11-27 Thread Allen Martin
> > static irqreturn_t nv_adma_interrupt(int irq, void *dev_instance) > > { > > struct ata_host *host = dev_instance; > > int i, handled = 0; > > + u32 notifier_clears[2]; > > > > spin_lock(&host->lock); > > > > for (i = 0; i < host->n_ports; i++) { > > struct at

RE: NCQ support NVidia NForce4 (CK804) SATAII

2005-08-10 Thread Allen Martin
> Erm, why they are not willing to support NCQ under Linux...I > mean many > people using NVIDIA based mainboards. And that against that what I > thought NVidia stands for - Linux friendly but seems only that this > statement fit on graficcards? Is there no "responsible" person that > says...H

RE: NCQ support NVidia NForce4 (CK804) SATAII

2005-08-10 Thread Allen Martin
> > Ask NVIDIA. They are the only company that gives me -zero- > > information on their SATA controllers. > > I thought of that.. *sigh* NVIDIA won't be documenting nForce4 SATA controllers, so Linux NCQ support for nForce4 is unlikely. I'm hoping this will change with future products. > > A