aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/olpc/olpc-ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08Platform: OLPC: Constify static struct regulator_opsRikard Falkeborn1-1/+1
2021-02-02Platform: OLPC: Specify the enable timeLubomir Rintel1-5/+6
2021-02-02Platform: OLPC: Remove dcon_rdev from olpc_ec_privLubomir Rintel1-5/+4
2021-02-02Platform: OLPC: Fix probe error handlingLubomir Rintel1-7/+8
2020-09-24Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu1-1/+3
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-6/+168
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 79Thomas Gleixner1-2/+1
2019-05-20Platform: OLPC: Add a regulator for the DCONLubomir Rintel1-0/+67
2019-05-20Platform: OLPC: Avoid a warning if the EC didn't register yetLubomir Rintel1-2/+5
2019-05-20Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel1-3/+96
2019-05-20Platform: OLPC: Remove an unused includeLubomir Rintel1-1/+0
2016-08-28platform/olpc: Make ec explicitly non-modularPaul Gortmaker1-5/+3
2015-10-06OLPC: Use %*ph specifier instead of passing direct valuesAndy Shevchenko1-8/+5
2013-08-23drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake1-1/+1
2012-07-31Platform: OLPC: move global variables into priv structAndres Salomon1-20/+28
2012-07-31Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon1-0/+117
2012-07-31x86: OLPC: switch over to using new EC driver on x86Andres Salomon1-5/+0
2012-07-31Platform: OLPC: add a suspended flag to the EC driverAndres Salomon1-1/+45
2012-07-31Platform: OLPC: turn EC driver into a platform_driverAndres Salomon1-0/+48
2012-07-31Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon1-2/+110
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon1-0/+16