summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_ec.c
AgeCommit message (Expand)Author
2020-06-20Pull up following revision(s) (requested by jdolecek in ticket #959):martin
2020-04-29Pull up following revision(s) (requested by jmcneill in ticket #866):martin
2020-04-12Pull up following revision(s) (requested by riastradh in ticket #829):martin
2019-08-09Pull up following revision(s) (requested by msaitoh in ticket #38):martin
2017-03-11Remove extra newline during attach.tsutsui
2014-12-08Add missing newlines...msaitoh
2014-07-06Register a null power handler if acpiec fails to attach.riastradh
2013-10-16remove unused variablechristos
2011-07-24Fix off-by-one in validation of EmbeddedControl OperationRegion handler.jakllsch
2011-02-19After the GPE handler has finished, inform ACPICA that the interrupt hasjruoho
2011-02-17ACPICA 20101209:jruoho
2011-01-07use aprint_error_devcegger
2010-06-06We can no longer explicitly clear a GPE by calling AcpiClearGpe() in thejruoho
2010-06-06ACPICA 20100331:jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-03-29Attach acpiecdt with acpibus_attach_args. Sverre Froyen reports thatdyoung
2010-03-24Do not use unitialized bus_space_tag_t's. Use the tag(s) from thedyoung
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-18Use acpi_eval_reference_handle() to simplify code. No functional change.jruoho
2010-01-08Expand PMF_FN_* macros.dyoung
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-07-06Add a pmf(9) shutdown hook to acpiec(4) to use polling on shutdown.alc
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-02-28Change a confusing attach message; if the embedded controller was attachedjmcneill
2009-02-17Cut the amount of spam from acpi devices in roughly half by printingjmcneill
2008-06-03Before 1.46, the EC driver would try to send a command again to the ECjoerg
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-01-18Don't be so aggressive in polling the EC when cold, port-i386/37790.jmcneill
2008-01-18If we are in polling mode, do not try to spin forever in the state machinejmcneill
2007-12-21Add acpiec_bus_{read,write} and acpiec_get_handle, for use in otherjmcneill
2007-12-19It seems like ACPICA can't deal with GPEs being handled before the GPEjoerg
2007-12-15Don't retry to post a command if the EC doesn't answer for a second.joerg
2007-12-12Rename acpiec_gpe_state_maschine -> acpiec_gpe_state_machinejmcneill
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05lockmgr -> mutexad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-06-26Don't be quite so aggressive in EcWaitEvent; makes acpiec work on thejmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-05-14gcc4: 'Data' may be used uninitialized in this functiondogcow
2006-02-20use aprint_*kochi
2006-02-16prototypes don't need argument nameskochi
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-02Merge changes for ACPI-CA 20050408kochi
2004-06-25don't rely on the value of hz.yamt
2004-05-01specify static where appropriate.kochi
2004-04-24EcGpeHandler: in the case that the ec is EcLock'ed, always setyamt