You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tejun Heo
3e5cd1f257
dmi: extend dmi_get_year() to dmi_get_date()
...
There are cases where full date information is required instead of
just the year. Add month and day parsing to dmi_get_year() and rename
it to dmi_get_date().
As the original function only required '/' followed by any number of
parseable characters at the end of the string, keep that behavior to
avoid upsetting existing users.
The new function takes dates of format [mm[/dd]]/yy[yy]. Year, month
and date are checked to be in the ranges of [1-9999], [1-12] and
[1-31] respectively and any invalid or out-of-range component is
returned as zero.
The dummy implementation is updated accordingly but the return value
is updated to indicate field not found which is consistent with how
other dummy functions behave.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
16 years ago
..
acpica
ACPICA: Windows compatibility fix: same buffer/string store
16 years ago
Kconfig
PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS
16 years ago
Makefile
Merge branch 'async-battery' into release
16 years ago
ac.c
ACPI: ac: use .notify method instead of installing handler directly
16 years ago
acpi_memhotplug.c
ACPI: Ingore the memory block with zero block size in course of memory hotplug
16 years ago
battery.c
ACPI: battery: fix CONFIG_ACPI_PROCFS_POWER=n build warning
16 years ago
blacklist.c
dmi: extend dmi_get_year() to dmi_get_date()
16 years ago
bus.c
ACPI: use handle, not device, in system notification path
16 years ago
button.c
ACPI: button: remove control method/fixed hardware distinctions
16 years ago
cm_sbs.c
…
container.c
…
debug.c
Merge branch 'acpi-modparam' into release
16 years ago
dock.c
Merge branch 'linus' into release
16 years ago
ec.c
ACPI: EC: Fix ACPI EC resume non-query interrupt message
16 years ago
event.c
…
fan.c
Merge branch 'linus' into release
16 years ago
glue.c
ACPI: kill acpi_get_physical_pci_device()
16 years ago
internal.h
…
numa.c
x86, ACPI: add support for x2apic ACPI extensions
16 years ago
osl.c
ACPI: bind workqueues to CPU 0 to avoid SMI corruption
16 years ago
pci_bind.c
ACPI: kill acpi_get_pci_id
16 years ago
pci_irq.c
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release
16 years ago
pci_link.c
…
pci_root.c
ACPI: video: prevent NULL deref in acpi_get_pci_dev()
16 years ago
pci_slot.c
PCI: pci_slot: grab refcount on slot's bus
16 years ago
power.c
ACPI: don't check power state after _ON/_OFF
16 years ago
proc.c
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago
processor_core.c
acpi: don't call acpi_processor_init if acpi is disabled
16 years ago
processor_idle.c
clockevent: Prevent dead lock on clockevents_lock
16 years ago
processor_perflib.c
ACPI: sanity check _PSS frequency to prevent cpufreq crash
16 years ago
processor_thermal.c
ACPI processor: force throttling state when BIOS returns incorrect value
16 years ago
processor_throttling.c
acpi processor: remove superfluous warning message
16 years ago
reboot.c
…
sbs.c
Merge branch 'linus' into release
16 years ago
sbshc.c
…
sbshc.h
…
scan.c
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release
16 years ago
sleep.c
PM / ACPI: HP G7000 Notebook needs a SCI_EN resume quirk
16 years ago
sleep.h
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago
system.c
ACPI: root-only read protection on /sys/firmware/acpi/tables/*
16 years ago
tables.c
Merge branch 'linus' into release
16 years ago
thermal.c
thermal: Fix polling frequency for systems without passive cooling
16 years ago
utils.c
…
video.c
ACPI: don't free non-existent backlight in acpi video module
16 years ago
video_detect.c
ACPI: video: convert to acpi_get_pci_dev
16 years ago
wakeup.c
ACPI: convert acpi_device_lock spinlock to mutex
16 years ago