| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/powermac: add missing of_node_put | Julia Lawall | 2023-09-18 | 1 | -1/+3 |
* | powerpc/powermac/low_i2c: Add missing of_node_put() in kw_i2c_probe() | Liang He | 2022-09-05 | 1 | -0/+1 |
* | powerpc: Add missing headers | Christophe Leroy | 2022-05-08 | 1 | -1/+1 |
* | powerpc: fix typos in comments | Julia Lawall | 2022-05-05 | 1 | -1/+1 |
* | powerpc/powermac: Add additional missing lockdep_register_key() | Christophe Leroy | 2021-12-09 | 1 | -0/+2 |
* | powerpc/powermac: Add missing lockdep_register_key() | Christophe Leroy | 2021-11-30 | 1 | -0/+1 |
* | powerpc: use for_each_child_of_node() macro | Qinglang Miao | 2020-07-29 | 1 | -4/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | powerpc: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-22 | 1 | -2/+2 |
* | powerpc: Use device_type helpers to access the node type | Rob Herring | 2018-11-26 | 1 | -4/+3 |
* | treewide: correct "differenciate" and "instanciate" typos | Finn Thain | 2018-08-23 | 1 | -1/+1 |
* | powerpc: Use sizeof(*foo) rather than sizeof(struct foo) | Markus Elfring | 2018-03-20 | 1 | -1/+1 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 | 1 | -3/+3 |
* | powerpc/powermac: Use setup_timer() helper | Allen Pais | 2017-10-04 | 1 | -3/+1 |
* | powerpc: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-23 | 1 | -25/+25 |
* | i2c_powermac: shut up lockdep warning | Denis Kirjanov | 2016-11-14 | 1 | -0/+4 |
* | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 2016-09-20 | 1 | -3/+3 |
* | powerpc: Various typo fixes | Michael Ellerman | 2016-06-14 | 1 | -1/+1 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -3/+3 |
* | i2c/powermac: Register i2c devices from device-tree | Benjamin Herrenschmidt | 2012-04-30 | 1 | -0/+1 |
* | powerpc/pmac: Don't add_timer() twice | Benjamin Herrenschmidt | 2012-04-23 | 1 | -0/+9 |
* | powerpc: various straight conversions from module.h --> export.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts | Ian Campbell | 2010-07-29 | 1 | -2/+3 |
* | powerpc/pmac/low_i2c.c: three minor problems | d binderman | 2010-04-07 | 1 | -3/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | i2c-powermac: Include the i2c_adapter in struct pmac_i2c_bus | Jean Delvare | 2009-12-06 | 1 | -20/+5 |
* | powerpc/pmac: Fix issues with sleep on some powerbooks | Benjamin Herrenschmidt | 2009-10-14 | 1 | -2/+5 |
* | [POWERPC] powermac: Use machine_*_initcall() hooks in platform code | Grant Likely | 2008-01-17 | 1 | -5/+2 |
* | [POWERPC] Use for_each macros in arch/powerpc/platforms/powermac | Cyrill Gorcunov | 2008-01-17 | 1 | -2/+1 |
* | [POWERPC] Clean out a bunch of duplicate includes | Jesper Juhl | 2007-08-17 | 1 | -1/+0 |
* | [POWERPC] powermac i2c: Use mutex | Johannes Berg | 2007-07-10 | 1 | -11/+12 |
* | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 2007-05-07 | 1 | -1/+1 |
* | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 2007-04-13 | 1 | -7/+8 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [POWERPC] powermac: Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 | 1 | -12/+12 |
* | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 2006-07-03 | 1 | -4/+5 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] powerpc: Fix boot on eMac | Benjamin Herrenschmidt | 2006-05-31 | 1 | -0/+12 |
* | [PATCH] powermac: Fix i2c on keywest based chips | Benjamin Herrenschmidt | 2006-04-21 | 1 | -43/+35 |
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 2006-03-28 | 1 | -0/+3 |
* | [PATCH] bogus extern in low_i2c.c | Al Viro | 2006-02-07 | 1 | -2/+1 |
* | [PATCH] 3/5 powerpc: Add platform functions interpreter | Benjamin Herrenschmidt | 2006-01-09 | 1 | -2/+292 |
* | [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2 | Benjamin Herrenschmidt | 2006-01-09 | 1 | -72/+246 |
* | [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1 | Benjamin Herrenschmidt | 2006-01-09 | 1 | -170/+683 |
* | [PATCH] powerpc: Unify udbg (#2) | Benjamin Herrenschmidt | 2006-01-09 | 1 | -8/+19 |
* | powerpc: rename powermac files to remove pmac_ prefix | Paul Mackerras | 2005-10-10 | 1 | -0/+523 |