summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/max732x.h
blob: 423999207cd5481504dd7828e8c7ec1fddac4b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_I2C_MAX732X_H
#define __LINUX_I2C_MAX732X_H

/* platform data for the MAX732x 8/16-bit I/O expander driver */

struct max732x_platform_data {
	/* number of the first GPIO */
	unsigned	gpio_base;
};
#endif /* __LINUX_I2C_MAX732X_H */
_kms.c?id=4a6369e9935e392402d4ccb67f5cddac953e8d3c'>drm/radeon/kms: add dpm support for rv6xx (v3)Alex Deucher 2013-06-25drm/radeon: add a reset work handlerAlex Deucher 2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds 2013-03-18treewide: Fix typos in printk and commentMasanari Iida 2013-03-07drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher 2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds 2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds 2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells 2012-09-27drm/radeon: force MSIs on RS690 asicsAlex Deucher 2012-09-27drm/radeon: Add MSI quirk for gateway RS690Alex Deucher 2012-09-20drm/radeon: remove gui_idle interrupt infrastructureAlex Deucher 2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo 2012-07-18drm/radeon: document radeon_irq_kms.cAlex Deucher 2012-06-21drm/radeon: replace pflip and sw_int counters with atomicsChristian Koenig 2012-06-21drm/radeon: apply Murphy's law to the kms irq code v3Christian Koenig 2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter 2012-04-24drm/radeon/kms: fix up audio interrupt handlingAlex Deucher 2012-04-16drm/radeon: disable MSI on RV515Dave Airlie 2012-01-23drm/radeon/kms: Add an MSI quirk for Dell RS690Alex Deucher 2011-12-20drm/radeon/kms: add support for per-ring fence interruptsAlex Deucher 2011-11-03drm/radeon/kms: add MSI module parameterAlex Deucher 2011-11-03drm/radeon/kms: Add MSI quirk for Dell RS690Alex Deucher 2011-11-03drm/radeon/kms: Add MSI quirk for HP RS690Alex Deucher 2011-11-03drm/radeon/kms: split MSI check into a separate functionAlex Deucher 2011-11-01drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-code...Ilija Hadzic