lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 08 Sep 2008 14:48:48 +0200
From:	Christer Weinigel <christer@...nigel.se>
To:	ben-linux@...ff.org
Cc:	linux-kernel@...r.kernel.org, christer@...nigel.se
Subject: [patch 0/3] s3cmci SDIO patches

Hi Ben,

here are the s3cmci SDIO patches that I've done so far.

The first patch modifies the s3cmci driver so that it supports
non-word-sized transfers which is needed by SDIO.

The second patch removes calls the pio_tasklet directly from the
interrupt handler instead of scheduling it as a tasklet.  This reduces
the CPU load for the driver sligthtly.

The third patch adds experimental SDIO interrupt support.  Since there
are issues with spurious interrupts on some S3C processors, I think
this needs more testing before going into the kernel.

I'm working on trying to get the SDIO driver to go faster and use less
CPU, so I'm mainly doing two things right now, first of all I'd like
to try to make DMA work again.  There are hooks in the code for DMA,
but when i tried turning it on, it didn't work, so I'll try to chase
that down.

I'll probably make some other random changes, I'd like to make the
driver support non-word-aligned block transfers for example, something
that it doesn't support right now.  It doesn't seem to be needed for
SDIO Bluetooth Type A, but it would be nice to have it for
correctness.

And I'll try to clean up my patches to add asynchronous operations to
the SDIO layer, which might cause some fallout on the s3cmci driver.

Is there anything you'd like me to do with the s3cmci driver while I'm
at it?

  /Christer

-- 
"Just how much can I get away with and still go to heaven?"

Christer Weinigel <christer@...nigel.se>  http://www.weinigel.se
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ