CVS log for src/sys/dev/acpi/plgpio_acpi.c
Up to [cvs.NetBSD.org] / src / sys / dev / acpi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5.14.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:43 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.5.14.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.14.1: +6 -9
lines
Sync with HEAD.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 29 15:49:55 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -9
lines
Use acpi_compatible_match().
Revision 1.5.14.1: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:38:05 2020 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3
lines
Sync w/ HEAD.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 7 10:02:51 2020 UTC (4 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3
lines
Fix 32-bit build.
Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:05 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.1: +230 -0
lines
Sync with HEAD
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:30 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +131 -4
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.5.4.1
Fri Nov 23 14:08:40 2018 UTC (6 years ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.5: +0 -230
lines
file plgpio_acpi.c was added on branch phil-wifi on 2019-06-10 22:07:05 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 23 14:08:40 2018 UTC (6 years ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-futex,
phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -5
lines
Use acpi_intr_establish
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 23 09:19:02 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4
lines
Do not complain if the _AEI method is not found, just skip installing the
interrupt handler.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 22 22:29:35 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +63 -151
lines
Factor out common ACPI event code into a shared module.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 21 18:31:58 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +216 -4
lines
Add support for GPIO interrupt signaled ACPI events.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:30 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +103 -0
lines
Sync with head
Revision 1.1.2.1
Mon Oct 15 23:59:16 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -103
lines
file plgpio_acpi.c was added on branch pgoyette-compat on 2018-10-20 06:58:30 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 15 23:59:16 2018 UTC (6 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-1020
Branch point for: pgoyette-compat
Add ACPI glue for PL061 GPIO
CVSweb <webmaster@jp.NetBSD.org>