Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296880
b: refs/heads/master
c: 5f96a1a
h: refs/heads/master
v: v3
  • Loading branch information
Bengt Jonsson authored and Samuel Ortiz committed Mar 16, 2012
1 parent 7a46cdf commit c734ef4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d902d0d18c50fe195c66e60c615cfa0b81169454
refs/heads/master: 5f96a1a6d5d82f79015e5e480e4ac8772607f69b
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2634,6 +2634,8 @@ static char *fw_project_name(u8 project)
return "U9500";
case PRCMU_FW_PROJECT_U9500_C2:
return "U9500 C2";
case PRCMU_FW_PROJECT_U8520:
return "U8520";
default:
return "Unknown";
}
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mfd/db8500-prcmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ struct prcmu_auto_pm_config {
#define PRCMU_FW_PROJECT_U9500 4
#define PRCMU_FW_PROJECT_U8500_C2 7
#define PRCMU_FW_PROJECT_U9500_C2 11
#define PRCMU_FW_PROJECT_U8520 13

struct prcmu_fw_version {
u8 project;
Expand Down

0 comments on commit c734ef4

Please sign in to comment.