Skip to content

Commit

Permalink
Merge branches 'pm-opp' and 'pm-cpufreq'
Browse files Browse the repository at this point in the history
* pm-opp:
  PM / OPP: Call notifier without holding opp_table->lock

* pm-cpufreq:
  cpufreq: docs: Drop intel-pstate.txt from index.txt
  cpufreq: dt: Fix sysfs duplicate filename creation for platform-device
  • Loading branch information
Rafael J. Wysocki committed Sep 28, 2017
2 parents e4d8ae0 + 8aba233 commit abeb19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/cpu-freq/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ cpufreq-stats.txt - General description of sysfs cpufreq stats.

index.txt - File index, Mailing list and Links (this document)

intel-pstate.txt - Intel pstate cpufreq driver specific file.

pcc-cpufreq.txt - PCC cpufreq driver specific file.


Expand Down
4 changes: 4 additions & 0 deletions drivers/cpufreq/cpufreq-dt-platdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ static const struct of_device_id blacklist[] __initconst = {

{ .compatible = "sigma,tango4", },

{ .compatible = "ti,am33xx", },
{ .compatible = "ti,am43", },
{ .compatible = "ti,dra7", },

{ }
};

Expand Down

0 comments on commit abeb19a

Please sign in to comment.