]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Enable-SFP-on-ACPI-based-systems'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 18:27:47 +0000 (11:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 18:27:47 +0000 (11:27 -0700)
commit65e802836fd6107440f20d9fb61ab0a065a9c8f5
tree094c96a73b79de2cc982c4209b5b865c21429bb5
parent01935567e0856198b9a6d54cbaf69f763e3f3842
parentac5fc89d332be4a1191320c84ea7eaa77c14ed8c
Merge branch 'Enable-SFP-on-ACPI-based-systems'

Ruslan Babayev says:

====================
Enable SFP on ACPI based systems

Changes:
v2:
- more descriptive commit body
v3:
- made 'i2c_acpi_find_adapter_by_handle' static inline
v4:
- don't initialize i2c_adapter to NULL. Instead see below...
- handle the case of neither DT nor ACPI present as invalid.
- alphabetical includes.
- use has_acpi_companion().
- use the same argument name in i2c_acpi_find_adapter_by_handle()
  in both stubbed and non-stubbed cases.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>