public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] DMI cleanup patches
@ 2004-05-06 10:29 Andrey Panin
  2004-05-06 11:47 ` Dave Jones
  2004-05-06 14:39 ` Linus Torvalds
  0 siblings, 2 replies; 6+ messages in thread
From: Andrey Panin @ 2004-05-06 10:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]

Hi all,

currently arch/i386/kernel/dmi_scan.c file looks like complete
mess. Interfacing with other kernel subsystem made using
ad-hoc ways, mostly with ugly global variables, additionaly
coding style is ... not good. So these patches appear:

	patch-dmi-1-matches - simplify DMI blacklist table by
removing the need to fill unused slots with NO_MATCH macro.

	patch-dmi-2-api - separate and export dmi_check_system()
function (along with some needed declarations) which checks given
DMI id table against system DMI data and runs callback functions 
when necessary.

	patch-dmi-3-whitespace - various coding style cleanups.

	patch-dmi-4-sonypi - make sonypi driver use dmi_check_system()
function and remove is_sony_vaio_laptop global variable.

	patch-dmi-5-apm - make APM BIOS driver use dmi_check_system()
function and move all related quirks into apm.c.

	patch-dmi-6-pciirq - make pci irq routing code use 
dmi_check_system() function and make broken_hp_bios_irq9 variable 
static.

	patch-dmi-7-smbus - make PIIX4 I2C use dmi_check_system()
function and remove is_unsafe_smbus global variable.

Please take a look.

Best regards.

-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-06 21:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-06 10:29 [RFC] DMI cleanup patches Andrey Panin
2004-05-06 11:47 ` Dave Jones
2004-05-06 14:39 ` Linus Torvalds
2004-05-06 15:10   ` Andrew Morton
2004-05-06 16:32     ` Dave Jones
2004-05-06 21:23       ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox