summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2017-09-28ipmi: Clean up some print operationsCorey Minyard-56/+45
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard-94/+103
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard-21/+40
2017-09-28ipmi_ssif: Add device attrs for the things in procCorey Minyard-2/+74
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard-1/+103
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard-10/+2
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard-255/+263
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard-10/+0
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard-57/+71
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard-161/+179
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard-589/+613
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard-147/+154
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard-244/+264
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard-309/+229
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard-92/+85
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard-81/+82
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard-216/+213
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard-16/+28
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard-27/+23
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard-58/+111
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard-22/+25
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard-1/+23
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard-73/+167
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard-9/+13
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard-19/+42
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard-28/+65
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard-24/+1
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr-15/+190
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard-35/+10
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr-2/+4
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr-0/+11
2017-09-27ipmi: Get the device id through a functionCorey Minyard-39/+127
2017-09-27ipmi: Fix printing the BMC guidCorey Minyard-3/+6
2017-09-27ipmi: Rework BMC registrationCorey Minyard-23/+45
2017-09-27ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard-10/+23
2017-09-27ipmi: Fix issues with BMC refcountsCorey Minyard-16/+35
2017-09-27ipmi: Check that the device type is BMC when scanning deviceCorey Minyard-3/+9
2017-09-27ipmi: Move bmc find routing to below bmc device typeCorey Minyard-50/+51
2017-09-27ipmi: Fix getting the GUID dataCorey Minyard-1/+1
2017-09-27IPMI: make ipmi_poweroff_handler constBhumika Goyal-1/+1
2017-09-27ipmi: Make IPMI panic strings always availableCorey Minyard-23/+95
2017-09-27char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King-2/+3
2017-09-27ipmi: fix unsigned long underflowCorey Minyard-4/+6
2017-09-27char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo-1/+1
2017-09-24Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-52/+83
2017-09-23tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek-36/+60
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak-14/+21
2017-09-23tpm: tpm_crb: constify acpi_device_id.Arvind Yadav-1/+1
2017-09-23tpm: vtpm: constify vio_device_idArvind Yadav-1/+1
2017-09-22hwrng: timeriomem - Remove 'max < 4' condition checkPrasannaKumar Muralidharan-7/+0