aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-ams-delta.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-19/+17
2023-10-13ARM: OMAP1: ams-delta: Fix MODEM initialization failureJanusz Krzysztofik1-44/+16
2023-10-04arm: omap1: ams-delta: stop using gpiochip_find()Bartosz Golaszewski1-19/+17
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-06-19ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij1-1/+0
2023-05-24ARM: omap1: Drop header on AMS DeltaLinus Walleij1-1/+0
2023-03-27ARM: omap1: remove redundant variables errJinpeng Cui1-5/+1
2023-01-12ARM: omap1: merge omap1_map_io functionsArnd Bergmann1-1/+1
2022-04-29ARM: omap: fix address space warnings from sparseArnd Bergmann1-1/+1
2022-04-22ARM: omap1: move mach/*.h into mach directoryArnd Bergmann1-3/+1
2022-04-21ARM: omap1: move some headers to include/linux/socArnd Bergmann1-0/+1
2022-04-21ARM: omap1: move mach/usb.h to include/linux/socArnd Bergmann1-1/+1
2022-04-21ARM: omap1: ams-delta: remove camera leftoversArnd Bergmann1-11/+0
2021-05-26ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_powerMaciej Falkowski1-14/+0
2020-07-04media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil1-32/+0
2020-03-09mtd: rawnand: ams-delta: Push inversion handling to gpiolibJanusz Krzysztofik1-4/+8
2020-03-09ARM: OMAP1: ams-delta: Provide board specific partition infoJanusz Krzysztofik1-0/+35
2019-09-09Merge branch 'asoc-5.3' into asoc-linusMark Brown1-4/+6
2019-09-09ASoC: ams-delta: Take control over audio mute GPIO pinsJanusz Krzysztofik1-4/+6
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij1-2/+3
2019-04-16ARM: OMAP1: ams-delta: fix early boot crash when LED support is disabledAaro Koskinen1-1/+1
2019-03-22ARM: OMAP1: ams-delta: Fix broken GPIO ID allocationJanusz Krzysztofik1-0/+2
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-2/+0
2018-12-31Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-77/+35
2018-12-31Merge branch 'fixes' into next/socOlof Johansson1-2/+7
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+2
2018-12-18Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-0/+3
2018-12-17ARM: omap1: Fix new user of gpiochip_request_own_desc()Linus Walleij1-1/+1
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+1
2018-12-07Merge branch 'audio-fix' into omap-for-v4.20/fixesTony Lindgren1-2/+4
2018-12-07ARM: OMAP1: ams-delta: Fix audio permanently mutedJanusz Krzysztofik1-2/+4
2018-12-07ARM: OMAP1: ams-delta: Drop obsolete NAND resourcesJanusz Krzysztofik1-11/+0
2018-12-07ARM: OMAP1: ams-delta: Provide GPIO lookup table for NAND data portJanusz Krzysztofik1-1/+10
2018-11-29ARM: OMAP1: ams-delta: Move AMS_DELTA_LATCH2_NGPIO to the board fileJanusz Krzysztofik1-2/+4
2018-11-29ARM: OMAP1: ams-delta: Drop board specific global GPIO numbersJanusz Krzysztofik1-3/+0
2018-11-29ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED deviceJanusz Krzysztofik1-69/+26
2018-11-29ARM: OMAP1: ams-delta: make board header file local to mach-omap1Janusz Krzysztofik1-1/+1
2018-11-08ARM: OMAP1: ams-delta: Fix possible use of uninitialized fieldJanusz Krzysztofik1-0/+3
2018-11-02Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson1-6/+2
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-72/+89
2018-10-04ARM: OMAP1: ams-delta: Fix impossible .irq < 0Janusz Krzysztofik1-6/+2
2018-09-20ARM: OMAP1: ams-delta: Don't request unused GPIOsJanusz Krzysztofik1-39/+1
2018-09-20ARM: OMAP1: ams-delta: register MODEM device earlierJanusz Krzysztofik1-4/+18
2018-09-20ARM: OMAP1: ams-delta: initialize latch2 pins to safe valuesJanusz Krzysztofik1-17/+35
2018-09-20ARM: OMAP1: ams-delta: assign MODEM IRQ from GPIO descriptorJanusz Krzysztofik1-12/+35
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-2/+10
2018-07-02ARM: OMAP1: ams-delta: move late devices back to init_machineJanusz Krzysztofik1-22/+2
2018-07-02Input: ams_delta_serio: Get FIQ buffer from platform_dataJanusz Krzysztofik1-0/+8
2018-07-02Input: ams_delta_serio: use IRQ resourceJanusz Krzysztofik1-1/+16
2018-07-02ARM: OMAP1: Get rid of <mach/ams-delta-fiq.h>Janusz Krzysztofik1-1/+1
2018-07-02ARM: OMAP1: ams-delta FIQ: don't use static GPIO numbersJanusz Krzysztofik1-2/+23
2018-07-02ARM: OMAP1: ams-delta: Hog "keybrd_dataout" GPIO pinJanusz Krzysztofik1-0/+8
2018-07-02Input: ams_delta_serio: Replace power GPIO with regulatorJanusz Krzysztofik1-2/+61
2018-07-02Input: ams_delta_serio: convert to platform driverJanusz Krzysztofik1-0/+6
2018-07-02ARM: OMAP1: ams-delta: drop GPIO lookup table for serio deviceJanusz Krzysztofik1-19/+0
2018-07-02ARM: OMAP1: ams-delta: assign LED GPIO numbers from descriptorsJanusz Krzysztofik1-18/+98
2018-07-02ARM: OMAP1: ams-delta: refactor late_init()Janusz Krzysztofik1-12/+43
2018-05-23ASoC: ams_delta: use GPIO lookup tableJanusz Krzysztofik1-5/+0
2018-05-23ARM: OMAP1: ams-delta: add GPIO lookup tablesJanusz Krzysztofik1-0/+102
2017-10-02ARM: omap1: add const and initconst to omap_lcd_configBhumika Goyal1-1/+1
2017-07-27ARM: omap1/ams-delta: warn about failed regulator enableArnd Bergmann1-2/+10
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-1/+1
2015-12-01ARM: omap1: make headers more localArnd Bergmann1-1/+1
2015-05-20ARM: omap1: Switch to use MULTI_IRQTony Lindgren1-0/+1
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-1/+1
2013-01-03ARM: OMAP1: fix USB configuration use-after-releaseAaro Koskinen1-1/+1
2012-12-24ARM: delete struct sys_timerStephen Warren1-1/+1
2012-11-05Merge branch 'depends/tty' into next/headersOlof Johansson1-0/+12
2012-10-18ARM: OMAP1: Remove omap_reserve() callback for all omap1 boardsLokesh Vutla1-1/+0
2012-10-17Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-0/+12
2012-10-04ASoC: ams-delta: Convert to use snd_soc_register_card()Janusz Krzysztofik1-0/+12
2012-09-20ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren1-1/+1
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+1
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-0/+1
2012-09-10ARM: OMAP1: move lcd pdata out of arch/arm/*Igor Grinberg1-1/+0
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren1-1/+1
2012-05-08ARM: omap1: use machine specific hook for late initShawn Guo1-1/+7
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-45/+269
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+6
2012-03-05ASoC: OMAP: ams-delta: drop .set_bias_level callbackJanusz Krzysztofik1-35/+7
2012-03-05ARM: OMAP1: ams-delta: update the modem to use regulator APIJanusz Krzysztofik1-5/+17
2012-03-05ARM: OMAP1: ams-delta: set up regulator over modem reset GPIO pinJanusz Krzysztofik1-6/+98
2012-03-01ARM: OMAP1: ams-delta: clean up init data section assignmentsJanusz Krzysztofik1-9/+9
2012-03-01ARM: OMAP1: ams-delta: fix incorrect section tagsJanusz Krzysztofik1-2/+2
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren1-4/+6
2012-02-23OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen1-6/+3
2012-01-20Merge branch 'omap1-part2' into omap1Tony Lindgren1-39/+187
2012-01-05ARM: restart: omap: use new restart hookRussell King1-0/+1
2012-01-05Merge branch 'for-russell' of git://hansjkoch.de/git/linux-tcc into HEADRussell King1-3/+7
2011-12-22input: serio: ams-delta: toggle keyboard power over GPIOJanusz Krzysztofik1-10/+0
2011-12-22omapfb: lcd_ams_delta: drive control lines over GPIOJanusz Krzysztofik1-10/+0
2011-12-22MTD: NAND: ams-delta: use GPIO instead of custom I/OJanusz Krzysztofik1-30/+0
2011-12-22ARM: OMAP1: ams-delta: supersede custom led device by leds-gpioJanusz Krzysztofik1-39/+48
2011-12-22ARM: OMAP1: ams-delta: convert latches to basic_mmio_gpioJanusz Krzysztofik1-30/+207
2011-12-21ARM: OMAP1: ams-delta: register latch dependent devices laterJanusz Krzysztofik1-8/+20
2011-11-17ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren1-1/+1
2011-11-09ARM: OMAP: Fix map_io for Amstrad E3Tony Lindgren1-3/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-13/+3
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann1-1/+1
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-1/+1
2011-10-19ARM: OMAP1: Use generic map_io, init_early and init_irqTony Lindgren1-13/+3
2011-08-21ARM: mach-omap1: convert boot_params to atag_offsetNicolas Pitre1-1/+1
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King1-2/+1
2011-07-21Merge branch 'next-samsung-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-4/+4
2011-07-04omap: drop __initdata tags from static struct platform_device declarationsJanusz Krzysztofik1-4/+4
2011-06-20omap: Set separate timer init functions to avoid cpu_is_omap testsTony Lindgren1-1/+1
2011-06-16omap: Use separate init_irq functions to avoid cpu_is_omap tests earlyTony Lindgren1-1/+1
2011-02-09wip: fix section mismatches in omap1_defconfigUwe Kleine-König1-2/+2
2011-01-27arm: omap1: fix a bunch of section mismatchesFelipe Balbi1-7/+7
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+17
2011-01-06mtd: nand: ams-delta: drop omap_read/write, use ioremapJanusz Krzysztofik1-1/+12
2011-01-06mtd: nand: ams-delta: convert to platform driverJanusz Krzysztofik1-0/+6
2010-12-22Keyboard: omap-keypad: use matrix_keypad.hJanusz Krzysztofik1-63/+65
2010-12-10Merge branch 'devel-gpio' into omap-for-linusTony Lindgren1-1/+0
2010-12-10omap1: Add initcall checks for omap1 and booted boardTony Lindgren1-0/+3
2010-12-07OMAP: GPIO: Implement GPIO as a platform deviceVaradarajan, Charulatha1-1/+0
2010-11-30Merge branches 'devel-cleanup', 'devel-serial' and 'devel-board' into omap-fo...Tony Lindgren1-2/+0
2010-11-30OMAP1: drop AMS_DELTA_FIQ config optionJanusz Krzysztofik1-2/+0
2010-11-24arm: omap1: board-ams-delta: fix castAaro Koskinen1-1/+2
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+69
2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre1-2/+0
2010-10-01OMAP1: Amstrad Delta: add camera controlled LEDS triggerJanusz Krzysztofik1-0/+24
2010-10-01OMAP1: Amstrad Delta: add support for cameraJanusz Krzysztofik1-0/+45
2010-08-04Merge branch 'devel-map-io' into omap-for-linusTony Lindgren1-0/+1
2010-07-16ARM: OMAP: Convert to use ->reserve method to reserve boot time memoryRussell King1-0/+1
2010-07-05omap: Move omap1 USB platform init code into mach-omap1/usb.cTony Lindgren1-1/+1
2010-05-05OMAP1: Amstrad Delta: use FIQ for processing GPIO interruptsJanusz Krzysztofik1-0/+6
2010-05-05OMAP1: Amstrad Delta: update board initialization code forcomplete modem IRQ ...Janusz Krzysztofik1-1/+11
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-6/+6
2009-10-22omap1: Fix DSP public peripherals support for ams-deltaJanusz Krzysztofik1-0/+2
2009-10-22omap1: Fix redundant UARTs pin muxing that can break other hardware supportJanusz Krzysztofik1-0/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-6/+6
2009-08-28OMAP1: AMS_DELTA: add modem supportJanusz Krzysztofik1-0/+38
2009-08-28OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idleKalle Valo1-5/+0
2009-03-23ARM: OMAP: get rid of OMAP_TAG_USB, v2Felipe Balbi1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-8/+8
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-02-08ARM: OMAP1: Use I2C bus registration helper for omap1Jarkko Nikula1-0/+1
2008-02-08ARM: OMAP1: Change the comments to C styleDavid Cohen1-3/+3
2007-09-20ARM: OMAP: Sync board specific files with linux-omapTony Lindgren1-24/+35
2007-09-20ARM: OMAP: Add support for Amstrad Delta keypadJonathan McDowell1-0/+109
2006-06-26ARM: OMAP: Readd Amstrad Delta USB supportJonathan McDowell1-0/+7
2006-06-23[PATCH] leds: Amstrad Delta LED supportJonathan McDowell1-0/+11
2006-04-02[ARM] 3433/1: ARM: OMAP: 8/8 Update board filesTony Lindgren1-0/+116