Show patches with: Submitter = Hauke Mehrtens       |    Archived = No       |   237 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/6] mtd: bcm47xxsflash: write number of written bytes - - - - --- 2013-01-24 Hauke Mehrtens Accepted
[2/6] mtd: bcm47xxsflash: register this as normal driver - - - - --- 2013-01-24 Hauke Mehrtens Accepted
[5/6] mtd: bcm47xxpart: add support for other erase sizes - - - - --- 2013-01-24 Hauke Mehrtens Accepted
[v2,6/6] mtd: bcm47xxpart: improve probing of nvram partition - - - - --- 2013-01-24 Hauke Mehrtens Accepted
mtd: bcm47xxpart: handle malloc failures - - - - --- 2013-10-13 Hauke Mehrtens Accepted
mtd: nand: fix return code for uncorrectable error - - - - --- 2014-09-14 Hauke Mehrtens Rejected
mtd: spi-nor: add support for the Winbond W25X05 flash - - - - --- 2014-09-14 Hauke Mehrtens Accepted
mtd: bcm47xxpart: only register partitions if the trx header was filled - - - - --- 2014-09-21 Hauke Mehrtens Accepted
[1/7] mtd: brcmnand: remove double new line from print - - - - --- 2015-05-17 Hauke Mehrtens Accepted
[2/7] mtd: brcmnand: do not make local variable static - - - - --- 2015-05-17 Hauke Mehrtens Accepted
[3/7] mtd: brcmnand: use struct device and not platform_device - - - - --- 2015-05-17 Hauke Mehrtens Rejected
[4/7] mtd: brcmnand: add methods to register struct device - - - - --- 2015-05-17 Hauke Mehrtens Rejected
[5/7] mtd: brcmnand: add bcma driver - - - - --- 2015-05-17 Hauke Mehrtens Rejected
[6/7] mtd: brcmnand: run bcm47xxpart part parser in addition - - - - --- 2015-05-17 Hauke Mehrtens Rejected
[7/7] ARM: BCM5301X: add NAND flash chip description - - - - --- 2015-05-17 Hauke Mehrtens Rejected
mtd: part: add generic parsing of linux,part-probe - - - - --- 2015-05-17 Hauke Mehrtens Superseded
[RFC] ARM: BCM5301X: add NAND flash chip description - - - - --- 2015-05-24 Hauke Mehrtens Not Applicable
[v2] mtd: part: add generic parsing of linux,part-probe - - - - --- 2015-05-24 Hauke Mehrtens Changes Requested
ARM: BCM5301X: add NAND flash chip description - - - - --- 2015-05-29 Hauke Mehrtens Not Applicable
[1/6] MTD: xway: add some more documentation - - - - --- 2016-06-05 Hauke Mehrtens Superseded
[2/6] MTD: xway: fix invalid operator - - - - --- 2016-06-05 Hauke Mehrtens Superseded
[3/6] MTD: xway: the latched command should be persistent - - - - --- 2016-06-05 Hauke Mehrtens Superseded
[4/6] MTD: xway: remove endless loop - - - - --- 2016-06-05 Hauke Mehrtens Superseded
[5/6] MTD: xway: add missing write_buf and read_buf to nand driver - - - - --- 2016-06-05 Hauke Mehrtens Superseded
[6/6] MTD: xway: fix nand locking - - - - --- 2016-06-05 Hauke Mehrtens Superseded
MTD: lantiq: handle NO_XIP on cfi0001 flash - - - - --- 2016-06-06 Hauke Mehrtens Superseded
[v2] MTD: lantiq: handle NO_XIP on cfi0001 flash - - - - --- 2016-06-06 Hauke Mehrtens computersforpeace Rejected
[v2,1/8] MTD: xway: convert to normal platform driver - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,2/8] MTD: xway: add some more documentation - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,3/8] MTD: xway: the latched command should be persistent - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,4/8] MTD: xway: remove endless loop - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,5/8] MTD: xway: add missing write_buf and read_buf to nand driver - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,6/8] MTD: xway: fix nand locking - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,7/8] MTD: xway: extract read and write function - - - - --- 2016-06-18 Hauke Mehrtens Superseded
[v2,8/8] MTD: xway: use global NAND_CMD_RESET define - - - - --- 2016-06-18 Hauke Mehrtens Superseded
mtd: add of_node in partition parser - - - - --- 2016-06-18 Hauke Mehrtens Rejected
[1/2] ubi: mount partitions specified in device tree - - - - --- 2016-06-18 Hauke Mehrtens Rejected
[2/2] ubi: open volumes define in device tree 1 - - - --- 2016-06-18 Hauke Mehrtens Rejected
[v3,1/8] MTD: xway: add some more documentation - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v3,2/8] MTD: xway: convert to normal platform driver - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v3,3/8] MTD: xway: the latched command should be persistent - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v3,4/8] MTD: xway: use generic reset function - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v3,5/8] MTD: xway: fix nand locking - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v3,6/8] MTD: xway: extract read and write function - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v3,7/8] MTD: xway: add nandaddr to own struct - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v3,8/8] MTD: xway: add missing write_buf and read_buf to nand driver - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v4,1/8] mtd: nand: xway: add some more documentation - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,2/8] mtd: nand: xway: convert to normal platform driver - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,3/8] mtd: nand: xway: Avoid messing up with IO_ADDR_W in ->cmd_ctrl() - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,4/8] mtd: nand: xway: use generic reset function - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,5/8] mtd: nand: xway: fix nand locking - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,6/8] mtd: nand: xway: extract read and write function - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,7/8] mtd: nand: xway: add missing write_buf and read_buf to nand driver - - - - --- 2016-06-19 Hauke Mehrtens Superseded
[v4,8/8] mtd: nand: xway: add nandaddr to own struct - - - - --- 2016-06-19 Hauke Mehrtens Accepted
[v5,1/8] mtd: nand: xway: add some more documentation - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,2/8] mtd: nand: xway: convert to normal platform driver - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,3/8] mtd: nand: xway: Avoid messing up with IO_ADDR_W in ->cmd_ctrl() - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,4/8] mtd: nand: xway: remove manual reset - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,5/8] mtd: nand: xway: fix nand locking - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,6/8] mtd: nand: xway: extract read and write function - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,7/8] mtd: nand: xway: add missing write_buf and read_buf to nand driver - - - - --- 2016-06-20 Hauke Mehrtens Accepted
[v5,8/8] mtd: nand: xway: add nandaddr to own struct - - - - --- 2016-06-20 Hauke Mehrtens Accepted
mtd: nand: xway: fix build undefined MODULE_DEVICE_TABLE() 1 - - - --- 2016-11-30 Hauke Mehrtens Rejected
mtd: nand: xway: disable module support - - - - --- 2016-12-04 Hauke Mehrtens Accepted
[V2,1/2] mtd: nand: xway: disable module support - - - - --- 2016-12-05 Hauke Mehrtens Accepted
[V2,2/2] mtd: nand: xway: fix build because of module functions - - - - --- 2016-12-05 Hauke Mehrtens Accepted
[01/13] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[02/13] mtd: lantiq-flash: drop check of boot select 1 - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[03/13] mtd: spi-falcon: drop check of boot select - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[04/13] watchdog: lantiq: access boot cause register through regmap 1 - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[05/13] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[07/13] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select() 1 - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[09/13] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[10/13] MIPS: lantiq: remove old GPHY loader code - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[12/13] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[13/13] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation - - - - --- 2017-04-17 Hauke Mehrtens Not Applicable
[v2,01/15] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,02/15] mtd: lantiq-flash: drop check of boot select 1 - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,03/15] mtd: spi-falcon: drop check of boot select - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,04/15] watchdog: lantiq: access boot cause register through regmap 1 - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,05/15] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,06/15] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,08/15] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select() 1 - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,10/15] MIPS: lantiq: remove old reset controller implementation - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,12/15] MIPS: lantiq: remove old GPHY loader code - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,13/15] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,14/15] MIPS: lantiq: remove old USB PHY initialisation - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v2,15/15] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation - - - - --- 2017-05-21 Hauke Mehrtens Superseded
[v3,01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses - - - - --- 2017-05-28 Hauke Mehrtens Not Applicable
[v3,02/16] mtd: lantiq-flash: drop check of boot select 1 - - - --- 2017-05-28 Hauke Mehrtens cpitchen Superseded
[v3,03/16] mtd: spi-falcon: drop check of boot select - - - - --- 2017-05-28 Hauke Mehrtens cpitchen Superseded
[v3,04/16] watchdog: lantiq: access boot cause register through regmap 1 - - - --- 2017-05-28 Hauke Mehrtens Not Applicable
[v3,05/16] watchdog: lantiq: add device tree binding documentation - - - - --- 2017-05-28 Hauke Mehrtens Not Applicable
[v3,06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD - - - - --- 2017-05-28 Hauke Mehrtens Not Applicable
« 1 2 3 »