Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347754
b: refs/heads/master
c: d5c1b54
h: refs/heads/master
v: v3
  • Loading branch information
Michael Spang authored and Kukjin Kim committed Dec 19, 2012
1 parent 3c983ab commit d89f03d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d5fd5da290cef159be1295c162b4c71b8c1971a2
refs/heads/master: d5c1b541baa43d09206a1f6bcad6b32f50deb8be
5 changes: 5 additions & 0 deletions trunk/arch/arm/plat-samsung/include/plat/gpio-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* published by the Free Software Foundation.
*/

#ifndef __PLAT_SAMSUNG_GPIO_CORE_H
#define __PLAT_SAMSUNG_GPIO_CORE_H

#define GPIOCON_OFF (0x00)
#define GPIODAT_OFF (0x04)

Expand Down Expand Up @@ -124,3 +127,5 @@ extern struct samsung_gpio_pm samsung_gpio_pm_4bit;
/* locking wrappers to deal with multiple access to the same gpio bank */
#define samsung_gpio_lock(_oc, _fl) spin_lock_irqsave(&(_oc)->lock, _fl)
#define samsung_gpio_unlock(_oc, _fl) spin_unlock_irqrestore(&(_oc)->lock, _fl)

#endif /* __PLAT_SAMSUNG_GPIO_CORE_H */

0 comments on commit d89f03d

Please sign in to comment.