summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2020-03-17platform/chrome: cros_usbpd_notify: Fix cros-usbpd-notify notifierGwendal Grignou-1/+1
2020-03-06platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC sectionEnric Balletbo i Serra-1/+1
2020-03-02platform/chrome: cros_ec: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-1/+1
2020-03-02platform/chrome: cros_ec_lightbar: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-37/+13
2020-03-02platform/chrome: cros_ec_sysfs: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-18/+18
2020-03-02platform/chrome: cros_ec_chardev: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-1/+1
2020-03-02platform/chrome: cros_ec_vbc: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-2/+2
2020-03-02platform/chrome: cros_ec_proto: Report command not supportedEnric Balletbo i Serra-1/+8
2020-03-02platform/chrome: cros_ec_spi: Use new structure for SPI transfer delaysSergiu Cuciurean-2/+4
2020-03-02platform/chrome: cros_ec_rpmsg: Fix race with host eventPi-Hsun Shih-1/+15
2020-02-28platform/x86: Kconfig: Fix a typoChristophe JAILLET-1/+1
2020-02-28platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-...Gustavo A. R. Silva-1/+1
2020-02-28platform/x86/intel-uncore-freq: Add release callbackSrinivas Pandruvada-13/+23
2020-02-28platform/x86/intel-uncore-freq: Fix static checker issue and potential race c...Srinivas Pandruvada-5/+10
2020-02-28platform/x86: intel_pmc_core: Add slp_s0_offset attribute back to tgl_reg_mapGayatri Kammela-1/+1
2020-02-28platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entryGayatri Kammela-3/+0
2020-02-28platform/x86: intel_pmc_core: Relocate pmc_core_*_display() to outside of CON...Gayatri Kammela-61/+61
2020-02-11platform/x86: intel_pmc_core: Add debugfs support to access live status regis...Gayatri Kammela-0/+21
2020-02-11platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y fa...Gayatri Kammela-0/+4
2020-02-11platform/chrome: cros_ec: Query EC protocol version if EC transitions between...Yicheng Li-0/+30
2020-02-11platform/chrome: wilco_ec: Platform data shouldn't include kernel.hAndy Shevchenko-0/+7
2020-02-11Merge branch 'chrome-platform-5.6-fixes' into for-nextEnric Balletbo i Serra-1/+1
2020-02-11platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd-1/+1
2020-02-10platform: chrome: Add cros-usbpd-notify driverJon Flatley-0/+184
2020-02-10platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_dis...Gayatri Kammela-6/+18
2020-02-10platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_mapGayatri Kammela-2/+0
2020-02-10platform/x86: intel_pmc_core: Refactor the driver by removing redundant codeGayatri Kammela-25/+23
2020-02-10platform/x86: intel_pmc_core: Add debugfs entry for low power mode status reg...Gayatri Kammela-0/+193
2020-02-10platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residenciesGayatri Kammela-0/+49
2020-02-10platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI tableGeorg Müller-0/+8
2020-02-10platform/x86: dell_rbu: Unify format of the printed messagesAndy Shevchenko-41/+26
2020-02-10platform/x86: dell_rbu: Use max_t() to get rid of castingAndy Shevchenko-3/+1
2020-02-10platform/x86: dell_rbu: Simplify cleanup code in create_packet()Andy Shevchenko-5/+3
2020-02-10platform/x86: dell_rbu: don't open code list_for_each_entry*()Andy Shevchenko-19/+8
2020-02-10platform/x86: dell_rbu: Use sysfs_create_group() APIAndy Shevchenko-40/+27
2020-02-10platform/x86: Kconfig: Group modules by companies and functionsAndy Shevchenko-639/+637
2020-02-10platform/x86: Makefile: Group modules by companies and functionsAndy Shevchenko-79/+118
2020-02-10platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko-1/+1
2020-02-10platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko-1/+1
2020-02-10platform/x86: intel_pmc_core: Add Atom based Jasper Lake (JSL) platform supportGayatri Kammela-3/+4
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds-40/+35
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-44/+170
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-40/+35
2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra-0/+30
2020-01-31platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita-3/+6
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita-4/+3
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard-2/+2
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard-14/+3
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard-9/+9
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-3/+3