aboutsummaryrefslogtreecommitdiff
path: root/drivers/sbus/char/bbc_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28sbus: Explicitly include correct DT includesGravatar Rob Herring 1-1/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2014-10-20sbus: char: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-04bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000Gravatar Christopher Alexander Tobias Schulze 1-3/+8
2014-01-28sparc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-03-31bbc_i2c: fix section mismatch warningGravatar Sam Ravnborg 1-2/+2
2013-01-03Drivers: sbus: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-12-04bbc_i2c: Remove unneeded err variableGravatar Axel Lin 1-10/+4
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-9/+9
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-2/+2
2009-03-04sparc64: wait_event_interruptible_timeout may return -ERESTARTSYSGravatar Roel Kluin 1-1/+1
2008-12-01Revert "of_platform_driver noise on sparce"Gravatar Linus Torvalds 1-3/+3
2008-11-30of_platform_driver noise on sparceGravatar Al Viro 1-3/+3
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.Gravatar David S. Miller 1-1/+1
2008-08-29bbc_i2c: Convert to pure OF driver.Gravatar David S. Miller 1-161/+106
2007-07-31[BBC_I2C]: kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-05-13[SPARC] SBUS: bbc_i2c.c needs asm/io.hGravatar David S. Miller 1-0/+1
2007-02-26[SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu.Gravatar David S. Miller 1-8/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.Gravatar David S. Miller 1-2/+2
2006-03-20[SPARC64] bbc_i2c: Fix cpu check and add missing module license.Gravatar David S. Miller 1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+488