summaryrefslogtreecommitdiffstats
path: root/drivers/platform/olpc
AgeCommit message (Expand)AuthorLines
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+0
2024-09-11platform/olpc: Remove redundant null pointer checks in olpc_ec_setup_debugfs()Li Zetao-3/+0
2024-09-10platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().Yang Yingliang-2/+2
2023-03-20platform/olpc: olpc-xo175-ec: Use SPI device ID data to bind deviceKrzysztof Kozlowski-0/+1
2022-07-28platform/olpc: Fix uninitialized data in debugfs writeDan Carpenter-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König-3/+1
2021-02-08Platform: OLPC: Constify static struct regulator_opsRikard Falkeborn-1/+1
2021-02-02Platform: OLPC: Specify the enable timeLubomir Rintel-5/+6
2021-02-02Platform: OLPC: Remove dcon_rdev from olpc_ec_privLubomir Rintel-5/+4
2021-02-02Platform: OLPC: Fix probe error handlingLubomir Rintel-7/+8
2020-10-05Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds-1/+3
2020-09-24Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-05-10power: supply: olpc_battery: fix the power supply nameLubomir Rintel-2/+2
2019-07-25Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel-0/+6
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds-7/+952
2019-06-12Platform: OLPC: Add a config menu category for XO 1.75Lubomir Rintel-1/+13
2019-06-12Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 ECLubomir Rintel-0/+1
2019-06-12Platform: OLPC: Fix olpc_xo175_ec_cmd() return valueLubomir Rintel-0/+1
2019-06-11Platform: OLPC: Add INPUT dependenciesYueHaibing-0/+1
2019-06-11Platform: OLPC: Fix build error without CONFIG_SPIYueHaibing-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 79Thomas Gleixner-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20Platform: OLPC: Add a regulator for the DCONLubomir Rintel-0/+68
2019-05-20Platform: OLPC: Add XO-1.75 EC driverLubomir Rintel-1/+768
2019-05-20Platform: OLPC: Avoid a warning if the EC didn't register yetLubomir Rintel-2/+5
2019-05-20Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel-3/+96
2019-05-20Platform: OLPC: Remove an unused includeLubomir Rintel-1/+0
2016-08-28platform/olpc: Make ec explicitly non-modularPaul Gortmaker-5/+3
2015-10-06OLPC: Use %*ph specifier instead of passing direct valuesAndy Shevchenko-8/+5
2013-08-23drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake-1/+1
2012-07-31Platform: OLPC: move global variables into priv structAndres Salomon-20/+28
2012-07-31Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon-0/+117
2012-07-31x86: OLPC: switch over to using new EC driver on x86Andres Salomon-5/+0
2012-07-31Platform: OLPC: add a suspended flag to the EC driverAndres Salomon-1/+45
2012-07-31Platform: OLPC: turn EC driver into a platform_driverAndres Salomon-0/+48
2012-07-31Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon-2/+110
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon-0/+20