summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/52xx/mpc52xx_gpt.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-2/+1
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2
2022-07-18powerpc/52xx: Mark gpt driver as not removableUwe Kleine-König1-6/+1
2022-06-22powerpc/52xx: Get rid of of_node assignmentAndy Shevchenko1-10/+8
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-1/+1
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+2
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-05-04powerpc/5xx: Drop unnecessary castWang Qing1-1/+1
2021-08-12powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+2
2021-06-15powerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl()Tom Rix1-0/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-01-27powerpc/mpc52xx_gpt: make use of raw_spinlock variantsJulia Cartwright1-26/+26
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-03-30powerpc: mpc52xx_gpt: use gpiochip data pointerLinus Walleij1-10/+5
2015-10-22powerpc: Introduce the use of the managed version of kzallocHimangi Saraogi1-4/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2014-10-20powerpc: platforms: 52xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-01-04POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-4/+2
2012-02-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-6/+6
2011-11-01powerpc: Fix up modules that should be including module.hPaul Gortmaker1-0/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-5/+5
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-13/+13
2011-03-10powerpc: platforms/52xx irq_data conversion.Lennert Buytenhek1-13/+13
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-7/+3
2010-12-23powerpc/mpc5200: include fs.h in mpc52xx_gpt.cWolfram Sang1-0/+1
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-2/+2
2010-07-06of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov1-3/+0
2010-07-06of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-0/+1
2010-07-06of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-15/+14
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-18powerpc/5200: Build fix for mpc52xx watchdog timer codeGrant Likely1-1/+5
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-12-09Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-13/+415
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-11-13mpc52xx/wdt: merge WDT code into the GPT driverAlbrecht Dreß1-16/+305
2009-11-12mpc5200/gpt: tiny fix for gpt period limitationAlbrecht Dreß1-3/+3
2009-11-05powerpc/5200: add general purpose timer API for the MPC5200Grant Likely1-10/+123
2009-03-11powerpc/5200: remove sysfs debug file from GPT driverGrant Likely1-39/+0
2009-02-04powerpc/5200: Rework GPT driver to also be an IRQ controllerGrant Likely1-0/+435