summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-8/+504
|\
| * efivarfs: Make efivarfs_fill_super() staticMatt Fleming2012-11-151-1/+1
| * efivarfs: Use query_variable_info() to limit kmalloc()Matt Fleming2012-11-131-9/+34
| * efivarfs: Fix return value of efivarfs_file_write()Matt Fleming2012-10-301-5/+8
| * efivarfs: Return a consistent error when efivarfs_get_inode() failsMatt Fleming2012-10-301-1/+1
| * efivarfs: Make 'datasize' unsigned longMatt Fleming2012-10-301-1/+1
| * efivarfs: Add unique magic numberMatt Fleming2012-10-301-1/+1
| * efivarfs: Replace magic number with sizeof(attributes)Matt Fleming2012-10-301-4/+4
| * efivarfs: Return an error if we fail to read a variableMatt Fleming2012-10-301-26/+36
| * efi: Clarify GUID length calculationsJeremy Kerr2012-10-301-8/+25
| * efivarfs: Implement exclusive access for {get,set}_variableJeremy Kerr2012-10-301-25/+43
| * efivarfs: efivarfs_fill_super() ensure we clean up correctly on errorAndy Whitcroft2012-10-301-2/+18
| * efivarfs: efivarfs_fill_super() ensure we free our temporary nameAndy Whitcroft2012-10-301-0/+2
| * efivarfs: efivarfs_fill_super() fix inode reference countsAndy Whitcroft2012-10-301-12/+4
| * efivarfs: efivarfs_create() ensure we drop our reference on inode on errorAndy Whitcroft2012-10-301-5/+9
| * efivarfs: efivarfs_file_read ensure we free data in error pathsAndy Whitcroft2012-10-301-3/+3
| * efi: add efivars kobject to efi sysfs folderLee, Chun-Yi2012-10-301-0/+9
| * efi: Handle deletions and size changes in efivarfs_write_fileJeremy Kerr2012-10-301-10/+39
| * efi: Add support for a UEFI variable filesystemMatthew Garrett2012-10-301-6/+378
* | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-142-11/+200
|\ \
| * | ACPI: Create acpi_table_taint() function to avoid code duplicationThomas Renninger2012-09-301-7/+13
| * | ACPI: Implement physical address table overrideThomas Renninger2012-09-301-4/+56
| * | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-09-302-0/+131
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-141-0/+21
|\ \ \
| * \ \ Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-261-0/+21
| |\ \ \
| | * | | drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov2012-10-261-0/+21
* | | | | Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Linus Torvalds2012-12-1320-248/+2842
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov2012-12-112176-104793/+70229
| |\ \ \ \ \
| * | | | | | max8925_power: Add support for device-tree initializationQing Xu2012-11-181-1/+50
| * | | | | | ab8500: Add devicetree support for chargalgRajanikanth H.V2012-11-182-16/+43
| * | | | | | ab8500: Add devicetree support for chargerRajanikanth H.V2012-11-182-29/+50
| * | | | | | ab8500: Add devicetree support for btempRajanikanth H.V2012-11-184-36/+46
| * | | | | | ab8500: Add devicetree support for fuelgaugeRajanikanth H.V2012-11-187-70/+580
| * | | | | | twl4030_charger: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi2012-11-181-6/+6
| * | | | | | jz4740-battery: Use devm_request_and_ioremapMarcos Paulo de Souza2012-11-181-27/+6
| * | | | | | jz4740-battery: Use devm_kzallocMarcos Paulo de Souza2012-11-181-10/+4
| * | | | | | bq27x00_battery: Fixup nominal available capacity reportingPali Rohár2012-11-181-0/+8
| * | | | | | bq2415x_charger: Fix style issuesAnton Vorontsov2012-11-181-121/+147
| * | | | | | bq2415x_charger: Add Kconfig/Makefile entriesAnton Vorontsov2012-11-182-0/+11
| * | | | | | power_supply: Add bq2415x charger driverPali Rohár2012-11-181-0/+1644
| * | | | | | power_supply: Add new Nokia RX-51 (N900) power supply battery driverPali Rohár2012-11-183-0/+259
| * | | | | | max17042_battery: Fix missing verify_model_lock() return value checkAlan Cox2012-11-181-1/+2
| * | | | | | ds2782_battery: Fix signedness bug in ds278x_read_reg16()Dan Carpenter2012-11-181-2/+2
| * | | | | | lp8788-charger: Fix ADC channel namesKim, Milo2012-11-171-38/+6
| * | | | | | lp8788-charger: Fix wrong ADC conversionKim, Milo2012-11-171-19/+7
| * | | | | | lp8788-charger: Use consumer device name on setting IIO channelsKim, Milo2012-11-171-4/+5
| * | | | | | power_supply: Register power supply for thermal cooling deviceRamakrishna Pallala2012-11-171-0/+96
| * | | | | | power_supply: Add support for CHARGE_CONTROL_* attributesRamakrishna Pallala2012-11-171-0/+2
| * | | | | | generic-adc-battery: Pointer math issue in gab_probe()Dan Carpenter2012-11-161-1/+2
| * | | | | | generic-adc-battery: Fix checking return value of request_any_context_irqAxel Lin2012-11-161-1/+1